diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 22:07:04 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 22:07:04 +0000 |
commit | 349acdc90d615b2e5239a211eacdbd9d67a7293a (patch) | |
tree | a4d3398f6ff98935cd09fa0f3ffe29e23c03717f /japanese/scim-anthy/Makefile | |
parent | 519df5d9213d98a1de372999bb47851f33c74dc6 (diff) | |
download | ports-349acdc90d615b2e5239a211eacdbd9d67a7293a.tar.gz ports-349acdc90d615b2e5239a211eacdbd9d67a7293a.zip |
Notes
Diffstat (limited to 'japanese/scim-anthy/Makefile')
-rw-r--r-- | japanese/scim-anthy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index dea6e8d3b8a6..8e7a41221d6d 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= OSDN/scim-imengine/37309 MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module using Anthy +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= scim:textproc/scim LIB_DEPENDS= libanthy.so:japanese/anthy RUN_DEPENDS:= ${BUILD_DEPENDS} \ @@ -18,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= gmake iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ -LDFLAGS+= -L${LOCALBASE}/lib - .include <bsd.port.mk> |