diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 11:40:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 11:40:24 +0000 |
commit | 00551f0979156f1650b3d7c351adddfc0072f677 (patch) | |
tree | 8cedfff5f3cfeaa140232673e8b86424b9a491fa | |
parent | 9a054be7163da6f00f2fd71cf25a09bf210701aa (diff) | |
download | ports-00551f0979156f1650b3d7c351adddfc0072f677.tar.gz ports-00551f0979156f1650b3d7c351adddfc0072f677.zip |
Notes
-rw-r--r-- | chinese/scim-fcitx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile index b98f2f04030d..90419c675ae8 100644 --- a/chinese/scim-fcitx/Makefile +++ b/chinese/scim-fcitx/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim PORTVERSION= 3.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= chinese MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION} PKGNAMESUFFIX= -fcitx @@ -12,11 +12,15 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module for fcitx +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} USES= tar:bzip2 gmake libtool:keepla pkgconfig GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/fcitx |