summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-02-13 00:25:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-02-13 00:25:06 +0000
commit3ff591f4ce7b43ed3d51ab1ca69718ecc639f455 (patch)
tree7144430c20d35d6a513a984aaed36818c3487c36 /chinese
parentUpdate to 1.3. (diff)
- Remove FETCH_ARGS and FETCH_BEFORE_ARGS
- Update MAINTAINER address [1] - Use GOOGLE_CODE macro PR: ports/148276 [1] ports/149963 [2] Submitted by: Eric L. Chen <eric@bsded.com> (maintainer, new address)
Notes
Notes: svn path=/head/; revision=269024
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ibus-chewing/Makefile16
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>