aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-03-23 04:06:14 +0800
committermakc <makc@FreeBSD.org>2013-03-23 04:06:14 +0800
commit071186fd6d22f1abd16554cae92bf26af9d1cb4e (patch)
treeb368198f913179c06dafd19ac72527fcf9836f6d /chinese
parenteda1ae8e7cf50659cf0b55fefdcae532e6ad0405 (diff)
downloadfreebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.gz
freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.zst
freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.zip
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx-chewing/Makefile2
-rw-r--r--chinese/fcitx-cloudpinyin/Makefile2
-rw-r--r--chinese/fcitx-configtool/Makefile2
-rw-r--r--chinese/fcitx-googlepinyin/Makefile2
-rw-r--r--chinese/fcitx-libpinyin/Makefile2
-rw-r--r--chinese/fcitx-rime/Makefile2
-rw-r--r--chinese/fcitx-sunpinyin/Makefile2
-rw-r--r--chinese/fcitx-table-extra/Makefile2
-rw-r--r--chinese/fcitx-ui-light/Makefile2
-rw-r--r--chinese/fcitx/Makefile2
-rw-r--r--chinese/fqterm/Makefile3
-rw-r--r--chinese/ibus-chewing/Makefile2
-rw-r--r--chinese/libgooglepinyin/Makefile2
-rw-r--r--chinese/librime/Makefile2
-rw-r--r--chinese/opencc/Makefile2
-rw-r--r--chinese/qterm/Makefile2
16 files changed, 16 insertions, 17 deletions
diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile
index afdf1d82bec5..6f788df1996c 100644
--- a/chinese/fcitx-chewing/Makefile
+++ b/chinese/fcitx-chewing/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile
index c501a8c542dc..9e67fed78828 100644
--- a/chinese/fcitx-cloudpinyin/Makefile
+++ b/chinese/fcitx-cloudpinyin/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile
index b1c4d3ce1547..b018b3f6e592 100644
--- a/chinese/fcitx-configtool/Makefile
+++ b/chinese/fcitx-configtool/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx
USE_XZ= yes
USE_GNOME= intltool gnomehack
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT=GTK2
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile
index 930cf3f418ac..f002b1ea593d 100644
--- a/chinese/fcitx-googlepinyin/Makefile
+++ b/chinese/fcitx-googlepinyin/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile
index bc6118139451..a34f295a85bf 100644
--- a/chinese/fcitx-libpinyin/Makefile
+++ b/chinese/fcitx-libpinyin/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
INSTALLS_ICONS= yes
diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile
index 79b53b320132..a89400af694d 100644
--- a/chinese/fcitx-rime/Makefile
+++ b/chinese/fcitx-rime/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
INSTALLS_ICONS= yes
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile
index cc67e446b799..e97362a1da15 100644
--- a/chinese/fcitx-sunpinyin/Makefile
+++ b/chinese/fcitx-sunpinyin/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
INSTALLS_ICONS= yes
diff --git a/chinese/fcitx-table-extra/Makefile b/chinese/fcitx-table-extra/Makefile
index e5bf46ff0bb9..620acafa32c4 100644
--- a/chinese/fcitx-table-extra/Makefile
+++ b/chinese/fcitx-table-extra/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx
USE_XZ= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
INSTALLS_ICONS= yes
STRIP=
diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile
index 81f9cd28ca3e..c2d78129d11b 100644
--- a/chinese/fcitx-ui-light/Makefile
+++ b/chinese/fcitx-ui-light/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
USE_BZIP2= yes
USE_GETTEXT= yes
USE_XORG= x11 xft xpm
-USE_CMAKE= yes
+USES= cmake
USE_GNOME= intltool
PROJECTHOST= fcitx
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index 1e2a9ca0d10d..7b37f94ba1bf 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -34,7 +34,7 @@ USE_GNOME= pango intltool libxml2 gnomehack
USE_GETTEXT= yes
USE_XORG= x11 xext xkbfile
USE_LDCONFIG= yes
-USE_CMAKE= yes
+USES= cmake
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC
diff --git a/chinese/fqterm/Makefile b/chinese/fqterm/Makefile
index ba21ac2b1541..c8c4a10bc30b 100644
--- a/chinese/fqterm/Makefile
+++ b/chinese/fqterm/Makefile
@@ -20,8 +20,7 @@ USE_QT4= gui network script qt3support imageformats \
HAS_CONFIGURE= yes
USE_DOS2UNIX= src/ui/popwidget.cpp
-USE_CMAKE= yes
-CMAKE_OUTSOURCE= yes
+USES= cmake:outsource
CMAKE_ARGS= -Wno-dev
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile
index 173465c710e0..9f5d1ec29610 100644
--- a/chinese/ibus-chewing/Makefile
+++ b/chinese/ibus-chewing/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing
CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \
-DLIB_DIR=${PREFIX}/lib
GCONF_SCHEMAS= ${PORTNAME}.schemas
-USE_CMAKE= yes
+USES= cmake
USE_GETTEXT= yes
USE_GNOME= gconf2 gtk20
USE_XORG= xtst
diff --git a/chinese/libgooglepinyin/Makefile b/chinese/libgooglepinyin/Makefile
index 58d4378f1da5..16ba5fc74024 100644
--- a/chinese/libgooglepinyin/Makefile
+++ b/chinese/libgooglepinyin/Makefile
@@ -15,6 +15,6 @@ COMMENT= A fork of Google Pinyin IME on Android
USE_BZIP2= yes
USE_LDCONFIG= yes
-USE_CMAKE= yes
+USES= cmake
.include <bsd.port.mk>
diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile
index 31009767cd3e..93b0a8e8b189 100644
--- a/chinese/librime/Makefile
+++ b/chinese/librime/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
opencc:${PORTSDIR}/chinese/opencc \
yaml-cpp:${PORTSDIR}/devel/yaml-cpp
-USE_CMAKE= yes
+USES= cmake
USE_GETTEXT= yes
USE_PKGCONFIG= yes
USE_LDCONFIG= yes
diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile
index f9fabd421ca9..c0a997f7becb 100644
--- a/chinese/opencc/Makefile
+++ b/chinese/opencc/Makefile
@@ -17,7 +17,7 @@ LICENSE= AL2
MAN1= opencc.1 opencc_dict.1
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
.if !defined(WITHOUT_NLS)
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 2abe263d2b85..7e6c261c39d5 100644
--- a/chinese/qterm/Makefile
+++ b/chinese/qterm/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= kaiwang27@gmail.com
COMMENT= BBS client for BSD/Linux
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_PERL5_BUILD= yes
USE_QT4= codecs-cn_run codecs-tw_run gui help-tools_build \
linguist_build moc_build network qt3support_build \