diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 19:40:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 19:40:30 +0800 |
commit | 4e8984223ecfb21b2d479a461b812e0076afdd8a (patch) | |
tree | 9a52a1519ee505d1faa9088b07dd20432b659fe3 /chinese/scim-array | |
parent | 54d2be567bf8935c1c79d71c7a7e383eaa58b3af (diff) | |
download | freebsd-ports-gnome-4e8984223ecfb21b2d479a461b812e0076afdd8a.tar.gz freebsd-ports-gnome-4e8984223ecfb21b2d479a461b812e0076afdd8a.tar.zst freebsd-ports-gnome-4e8984223ecfb21b2d479a461b812e0076afdd8a.zip |
- Strip library
- Add LICENSE
Diffstat (limited to 'chinese/scim-array')
-rw-r--r-- | chinese/scim-array/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/scim-array/Makefile b/chinese/scim-array/Makefile index a22a8c367ee7..18eb93de987f 100644 --- a/chinese/scim-array/Makefile +++ b/chinese/scim-array/Makefile @@ -3,18 +3,22 @@ PORTNAME= scim-array PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= chinese MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Array 30 SCIM IMEngine module +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes USES= gettext gmake iconv libtool:keepla pkgconfig +INSTALL_TARGET= install-strip CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include |