diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-13 00:25:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-13 00:25:06 +0000 |
commit | 3ff591f4ce7b43ed3d51ab1ca69718ecc639f455 (patch) | |
tree | 7144430c20d35d6a513a984aaed36818c3487c36 /chinese | |
parent | 9e2ba8ac3146bbc6988f4588c6088b6d797455d0 (diff) | |
download | ports-3ff591f4ce7b43ed3d51ab1ca69718ecc639f455.tar.gz ports-3ff591f4ce7b43ed3d51ab1ca69718ecc639f455.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-chewing/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile index 74445fc318ab..6b6258a463f5 100644 --- a/chinese/ibus-chewing/Makefile +++ b/chinese/ibus-chewing/Makefile @@ -8,10 +8,10 @@ PORTNAME= ibus-chewing PORTVERSION= 1.3.9.2 CATEGORIES= chinese -MASTER_SITES= http://ibus.googlecode.com/files/ +MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-Source -MAINTAINER= lihong@ieee.org +MAINTAINER= eric@bsded.com COMMENT= Chewing engine for IBus BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \ @@ -19,16 +19,14 @@ BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \ RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus LIB_DEPENDS= chewing.3:${PORTSDIR}/chinese/libchewing -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} -FETCH_ARGS= -apRr - +CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc +CMAKE_USE_PTHREAD=yes +GCONF_SCHEMAS= ${PORTNAME}.schemas +USE_CMAKE= yes USE_GETTEXT= yes USE_GNOME= gconf2 gtk20 USE_XORG= xtst -GCONF_SCHEMAS= ibus-chewing.schemas -USE_CMAKE= yes -CMAKE_USE_PTHREAD=yes -CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc +PROJECTHOST= ibus .include <bsd.port.mk> |