diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 11:40:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 11:40:30 +0000 |
commit | d3f47602bb037aee030758b7db401eeb08f25a70 (patch) | |
tree | 9a52a1519ee505d1faa9088b07dd20432b659fe3 /chinese | |
parent | 00551f0979156f1650b3d7c351adddfc0072f677 (diff) | |
download | ports-d3f47602bb037aee030758b7db401eeb08f25a70.tar.gz ports-d3f47602bb037aee030758b7db401eeb08f25a70.zip |
Notes
Diffstat (limited to 'chinese')
-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 |