Character properties defined by XML and Unicode standards. These modules contain predicates for Unicode blocks and char proprties and character predicates defined by XML.
13 lines
510 B
Makefile
13 lines
510 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 15:46:39 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-hxt-charproperties
|
|
|
|
.if !defined(HS_HXT_CHARPROPERTIES_BUILDLINK3_MK)
|
|
HS_HXT_CHARPROPERTIES_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-hxt-charproperties+= hs-hxt-charproperties>=9.4.0
|
|
BUILDLINK_ABI_DEPENDS.hs-hxt-charproperties+= hs-hxt-charproperties>=9.4.0.0
|
|
BUILDLINK_PKGSRCDIR.hs-hxt-charproperties?= ../../textproc/hs-hxt-charproperties
|
|
.endif # HS_HXT_CHARPROPERTIES_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-hxt-charproperties
|