9e9323eeb0
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.
12 lines
323 B
Makefile
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
|