diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-03 14:42:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-03 14:42:41 +0800 |
commit | 13b326b16d112d0f0eb5354cde62e56d4dc57b7c (patch) | |
tree | 377b484af36912b5ce6b34637572f5b4071c1eca /chinese | |
parent | 5680ec4dac81d692bf0cbe9d9b883be4ab41fb88 (diff) | |
download | freebsd-ports-gnome-13b326b16d112d0f0eb5354cde62e56d4dc57b7c.tar.gz freebsd-ports-gnome-13b326b16d112d0f0eb5354cde62e56d4dc57b7c.tar.zst freebsd-ports-gnome-13b326b16d112d0f0eb5354cde62e56d4dc57b7c.zip |
- Add LICENSE
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cconv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |