From 13b326b16d112d0f0eb5354cde62e56d4dc57b7c Mon Sep 17 00:00:00 2001 From: sunpoet Date: Thu, 3 Oct 2013 06:42:41 +0000 Subject: - Add LICENSE --- chinese/cconv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index ff90c40e547c..3982c776f1d5 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -10,9 +10,11 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified-Traditional Chinese conversion tool +LICENSE= GPLv2 + GNU_CONFIGURE= yes -USES= iconv USE_LDCONFIG= yes +USES= iconv post-patch: @${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in -- cgit