blob: 777c5feeea858aec33a82534e32387d5b2ec7bd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1 2018/04/30 19:31:47 minskim Exp $
BUILDLINK_TREE+= utf8proc
.if !defined(UTF8PROC_BUILDLINK3_MK)
UTF8PROC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.utf8proc+= utf8proc>=2.1.1
BUILDLINK_PKGSRCDIR.utf8proc?= ../../converters/utf8proc
.endif # UTF8PROC_BUILDLINK3_MK
BUILDLINK_TREE+= -utf8proc
|