summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-15 12:27:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-15 12:27:30 +0000
commit2d9b5a640b61146297285b94093ac6e62d7c238d (patch)
tree72429f7830052f2a851cc4d2b985d9f8ef191f1c /chinese
parentUpdate uriparser to 0.7.9. (diff)
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=327338
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx-chewing/Makefile11
-rw-r--r--chinese/fcitx-chewing/pkg-descr2
-rw-r--r--chinese/fcitx-configtool/Makefile2
-rw-r--r--chinese/gcin/Makefile8
-rw-r--r--chinese/scim-fcitx/Makefile10
5 files changed, 10 insertions, 23 deletions
diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile
index 3268ef5827df..17f7df302222 100644
--- a/chinese/fcitx-chewing/Makefile
+++ b/chinese/fcitx-chewing/Makefile
@@ -1,15 +1,12 @@
-# New ports collection makefile for: fcitx-chewing
-# Date created: 6 Feb 2012
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= fcitx-chewing
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
@@ -19,9 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
chewing:${PORTSDIR}/chinese/libchewing
USE_XZ= yes
-USES= cmake gettext
+USES= cmake gettext pkgconfig
USE_GNOME= intltool
-PROJECTHOST= fcitx
-
.include <bsd.port.mk>
diff --git a/chinese/fcitx-chewing/pkg-descr b/chinese/fcitx-chewing/pkg-descr
index 1c434f6bb3ec..b9e8d109156d 100644
--- a/chinese/fcitx-chewing/pkg-descr
+++ b/chinese/fcitx-chewing/pkg-descr
@@ -1,4 +1,4 @@
fcitx-chewing provides Chewing, an intelligent phonetic input method
engine, as a back-end to the Fcitx IM framework.
-WWW: http://code.google.com/p/fcitx/
+WWW: http://code.google.com/p/fcitx/
diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile
index 5dbe4e5bf712..770c0bba5bdb 100644
--- a/chinese/fcitx-configtool/Makefile
+++ b/chinese/fcitx-configtool/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx
USE_XZ= yes
USE_GNOME= intltool gnomehack
-USES= cmake gettext
+USES= cmake gettext pkgconfig
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT=GTK2
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile
index 3b6ec438a1a2..083ad1d795ca 100644
--- a/chinese/gcin/Makefile
+++ b/chinese/gcin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zh-gcin
-# Date created: Feb 18 2004
-# Whom: Shen Chuan-Hsing
-#
+# Created by: Shen Chuan-Hsing
# $FreeBSD$
-#
PORTNAME= gcin
PORTVERSION= 2.8.0
@@ -22,7 +18,7 @@ USE_XZ= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N
USE_GNOME= gtk20
-USE_GMAKE= YES
+USES= gmake pkgconfig
USE_XORG= x11 xtst xext
INSTALLS_ICONS= YES
USE_LDCONFIG= YES
diff --git a/chinese/scim-fcitx/Makefile b/chinese/scim-fcitx/Makefile
index c3bcdc84f1c2..7468ff3a831f 100644
--- a/chinese/scim-fcitx/Makefile
+++ b/chinese/scim-fcitx/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zh-scim-fcitx
-# Date created: 8 May 2007
-# Whom: Yinghong Liu <relaxbsd@gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
-#
PORTNAME= scim
PORTVERSION= 3.1.1
@@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An SCIM IMEngine module for fcitx
+COMMENT= SCIM IMEngine module for fcitx
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
BUILD_DEPENDS:= ${RUN_DEPENDS}
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes