aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-uim
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:33:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:33:57 +0000
commita3ff7a02f85f6e5ea7dbabee8d83393779664467 (patch)
tree1912af0777fefc9e9631b3a905afb8784f7244c7 /japanese/scim-uim
parentf9b3c0392675432efd669554d080ad3327552155 (diff)
downloadports-a3ff7a02f85f6e5ea7dbabee8d83393779664467.tar.gz
ports-a3ff7a02f85f6e5ea7dbabee8d83393779664467.zip
Notes
Diffstat (limited to 'japanese/scim-uim')
-rw-r--r--japanese/scim-uim/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile
index 7ea4b54c67ac..182f905d061a 100644
--- a/japanese/scim-uim/Makefile
+++ b/japanese/scim-uim/Makefile
@@ -3,34 +3,22 @@
PORTNAME= scim-uim
PORTVERSION= 0.2.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= japanese
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
http://freedesktop.org/~suzhe/sources/
-
MAINTAINER= s_yanagita@ybb.ne.jp
COMMENT= SCIM IMEngine module using UIM input method library
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim
+LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_GNOME= lthack
-USES= gmake iconv pkgconfig
+USES= gmake iconv libtool:keepla pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO}
- @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
- @${ECHO}
-
.include <bsd.port.mk>