pkgsrc/converters/utf8proc/buildlink3.mk
minskim 9e9323eeb0 converters/utf8proc: Import version 2.1.1
utf8proc is a small, clean C library that provides Unicode
normalization, case-folding, and other operations for data in the
UTF-8 encoding, supporting Unicode version 9.0.
2018-04-30 19:31:47 +00:00

12 lines
323 B
Makefile

# $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