diff options
-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 |