dfed64fbca
Open Chinese Convert (OpenCC) is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong kong.
13 lines
305 B
Makefile
13 lines
305 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/12/01 00:05:38 obache Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= opencc
|
|
|
|
.if !defined(OPENCC_BUILDLINK3_MK)
|
|
OPENCC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.opencc+= opencc>=0.4.2
|
|
BUILDLINK_PKGSRCDIR.opencc?= ../../converters/opencc
|
|
.endif # OPENCC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -opencc
|