aboutsummaryrefslogtreecommitdiffstats
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/ChipmunkPhysics/Makefile2
-rw-r--r--devel/allegro-devel/Makefile2
-rw-r--r--devel/apiextractor/Makefile2
-rw-r--r--devel/automoc4/Makefile2
-rw-r--r--devel/avro-c/Makefile2
-rw-r--r--devel/avro-cpp/Makefile2
-rw-r--r--devel/bullet/Makefile2
-rw-r--r--devel/ccons/Makefile2
-rw-r--r--devel/cdash/Makefile3
-rw-r--r--devel/cocaine-core/Makefile2
-rw-r--r--devel/compiler-rt/Makefile2
-rw-r--r--devel/dcmtk/Makefile3
-rw-r--r--devel/eblob/Makefile2
-rw-r--r--devel/freeocl/Makefile2
-rw-r--r--devel/gdcm/Makefile3
-rw-r--r--devel/generatorrunner/Makefile2
-rw-r--r--devel/grantlee/Makefile3
-rw-r--r--devel/jrtplib/Makefile2
-rw-r--r--devel/kcachegrind/Makefile2
-rw-r--r--devel/kdbg/Makefile2
-rw-r--r--devel/kdesvn-kde4/Makefile2
-rw-r--r--devel/klee/Makefile3
-rw-r--r--devel/lasi/Makefile2
-rw-r--r--devel/libclaw/Makefile2
-rw-r--r--devel/libdbusmenu-qt/Makefile3
-rw-r--r--devel/libgit2/Makefile2
-rw-r--r--devel/libiqxmlrpc/Makefile2
-rw-r--r--devel/libjson++/Makefile2
-rw-r--r--devel/libkgapi/Makefile2
-rw-r--r--devel/libkolab/Makefile2
-rw-r--r--devel/libopensync/Makefile2
-rw-r--r--devel/libplist/Makefile2
-rw-r--r--devel/libslave/Makefile2
-rw-r--r--devel/libzrtpcpp/Makefile2
-rw-r--r--devel/physfs-devel/Makefile2
-rw-r--r--devel/physfs/Makefile2
-rw-r--r--devel/piklab/Makefile2
-rw-r--r--devel/pyside-tools/Makefile2
-rw-r--r--devel/pyside/Makefile2
-rw-r--r--devel/qjson/Makefile2
-rw-r--r--devel/qross/Makefile2
-rw-r--r--devel/qsvn/Makefile2
-rw-r--r--devel/raknet/Makefile2
-rw-r--r--devel/sdl20/Makefile4
-rw-r--r--devel/shiboken/Makefile2
-rw-r--r--devel/silentbob/Makefile2
-rw-r--r--devel/simgear/Makefile2
-rw-r--r--devel/smack/Makefile2
-rw-r--r--devel/vxlog/Makefile2
-rw-r--r--devel/xc3sprog/Makefile2
-rw-r--r--devel/yajl/Makefile2
-rw-r--r--devel/yaml-cpp/Makefile2
52 files changed, 52 insertions, 60 deletions
diff --git a/devel/ChipmunkPhysics/Makefile b/devel/ChipmunkPhysics/Makefile
index 32d5a6c7f0f1..ceabe4a80016 100644
--- a/devel/ChipmunkPhysics/Makefile
+++ b/devel/ChipmunkPhysics/Makefile
@@ -15,7 +15,7 @@ COMMENT= 2D physics engine written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS= -DBUILD_DEMOS=OFF
MAKE_JOBS_SAFE= yes
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile
index 295f425a8503..9428b3d7333b 100644
--- a/devel/allegro-devel/Makefile
+++ b/devel/allegro-devel/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= nemysis@gmx.ch
COMMENT= Cross-platform library for games and multimedia programming
USE_GMAKE= yes
-USE_CMAKE= yes
+USES= cmake
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga
USE_LDCONFIG= yes
USE_PKGCONFIG= build
diff --git a/devel/apiextractor/Makefile b/devel/apiextractor/Makefile
index 77c5ed2aaf53..76faa93876e2 100644
--- a/devel/apiextractor/Makefile
+++ b/devel/apiextractor/Makefile
@@ -26,7 +26,7 @@ USE_QT4= gui moc_build qmake_build qtestlib_build \
rcc_build uic_build xml xmlpatterns
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/devel/automoc4/Makefile b/devel/automoc4/Makefile
index 468055bae0de..f85c3e70565a 100644
--- a/devel/automoc4/Makefile
+++ b/devel/automoc4/Makefile
@@ -18,7 +18,7 @@ COMMENT= Automatic moc for Qt 4 packages
USE_ICONV= yes
USE_QT4= corelib moc qmake_build rcc_build uic_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
diff --git a/devel/avro-c/Makefile b/devel/avro-c/Makefile
index 66f4e49cbd39..cc7dbdb5d4a2 100644
--- a/devel/avro-c/Makefile
+++ b/devel/avro-c/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Data serialization system for ANSI C
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile
index 14538a82524c..90dccb782bd4 100644
--- a/devel/avro-cpp/Makefile
+++ b/devel/avro-cpp/Makefile
@@ -15,7 +15,7 @@ COMMENT= Data serialization system for C++
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_PYTHON= yes
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile
index 5f110c595af1..c13b7768ed59 100644
--- a/devel/bullet/Makefile
+++ b/devel/bullet/Makefile
@@ -20,7 +20,7 @@ USE_XORG= x11
USE_GCC= any
MAKE_JOBS_SAFE= yes
-USE_CMAKE= yes
+USES= cmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -pthread
diff --git a/devel/ccons/Makefile b/devel/ccons/Makefile
index a9533f86c75b..8f7808a4d148 100644
--- a/devel/ccons/Makefile
+++ b/devel/ccons/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/llvm-config:${PORTSDIR}/devel/llvm \
LIB_DEPENDS= ncurses:${PORTSDIR}/devel/ncurses
ONLY_FOR_ARCHS= i386 amd64
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS+= -DLLVM_CONFIG_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/llvm-config
CXX= ${LOCALBASE}/bin/clang++
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile
index 1a1a9217dcb6..71f1319f797f 100644
--- a/devel/cdash/Makefile
+++ b/devel/cdash/Makefile
@@ -22,8 +22,7 @@ OPTIONS_MULTI_DB= MYSQL PGSQL
OPTIONS_DEFAULT=MYSQL
USE_ZIP= yes
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
+USES= cmake:outsource
CMAKE_ARGS+= -DCDASH_DB_NAME:STRING=cdash \
-DCDASH_DB_LOGIN:STRING=cdash \
-DCDASH_DB_TYPE:STRING=${DB_TYPE}
diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile
index 2656104762ab..10a50054e980 100644
--- a/devel/cocaine-core/Makefile
+++ b/devel/cocaine-core/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
zmq:${PORTSDIR}/devel/zmq
-USE_CMAKE= yes
+USES= cmake
USE_GCC= 4.6+
USE_LDCONFIG= yes
USE_GITHUB= yes
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile
index 8a3cae510e73..b1c9fad79bff 100644
--- a/devel/compiler-rt/Makefile
+++ b/devel/compiler-rt/Makefile
@@ -22,7 +22,7 @@ INSTALL_WRKSRC= ${WRKDIR}/build
CMAKE_SOURCE_PATH= ${WRKSRC}
-USE_CMAKE= yes
+USES= cmake
USE_GCC= 4.2+
USE_BZIP2= yes
USE_LDCONFIG= yes
diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile
index 5fcfcfba73dc..f22e06719697 100644
--- a/devel/dcmtk/Makefile
+++ b/devel/dcmtk/Makefile
@@ -16,8 +16,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
USE_GNOME= libxml2
USE_LDCONFIG= yes
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
+USES= cmake:outsource
CMAKE_ARGS+= -DDCMTK_WITH_DOXYGEN:BOOL=OFF
SHLIBS= dcmdata dcmdsig dcmimage dcmimgle dcmjpeg dcmnet \
diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile
index 92dc584f307a..c33dac936fd9 100644
--- a/devel/eblob/Makefile
+++ b/devel/eblob/Makefile
@@ -17,7 +17,7 @@ GH_ACCOUNT= zloidemon
GH_COMMIT= 0a75b89
GH_TAGNAME= master
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
OPTIONS_DEFINE= ASSERT PYTHON SNAPPY EXAMPLES TESTS
diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile
index a9b032d77fab..ace9d545efab 100644
--- a/devel/freeocl/Makefile
+++ b/devel/freeocl/Makefile
@@ -18,7 +18,7 @@ LICENSE= LGPL3
WRKSRC= ${WRKDIR}/FreeOCL-${PORTVERSION}-Source
USE_GCC= 4.6+
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
CMAKE_BUILD_TYPE=Release
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile
index 5f01eaa66385..0a37b87104ca 100644
--- a/devel/gdcm/Makefile
+++ b/devel/gdcm/Makefile
@@ -17,12 +17,11 @@ OPTIONS_UNSET= DOCS
VTK_DESC= Build with VTK bindings
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake:outsource
USE_OPENSSL= yes
USE_LDCONFIG= ${PREFIX}/lib \
${PREFIX}/lib/gdcm-${GDCM_MAJ}
CFLAGS+= -I${LOCALBASE}/include
-CMAKE_OUTSOURCE=yes
CMAKE_ARGS+= -DGDCM_PDF_DOCUMENTATION:BOOL=NO \
-DGDCM_USE_SYSTEM_OPENSSL:BOOL=YES \
-DGDCM_USE_SYSTEM_EXPAT:BOOL=YES \
diff --git a/devel/generatorrunner/Makefile b/devel/generatorrunner/Makefile
index 06f7b5152ef3..3a3496beb514 100644
--- a/devel/generatorrunner/Makefile
+++ b/devel/generatorrunner/Makefile
@@ -30,7 +30,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_QT4= gui qmake_build qtestlib moc_build rcc_build uic_build xml
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/devel/grantlee/Makefile b/devel/grantlee/Makefile
index 3fd799d71165..f1d66b8dade4 100644
--- a/devel/grantlee/Makefile
+++ b/devel/grantlee/Makefile
@@ -14,8 +14,7 @@ LICENSE= LGPL21
USE_QT4= corelib gui qtestlib_build script \
qmake_build moc_build rcc_build uic_build
-USE_CMAKE= yes
-CMAKE_OUTSOURCE= yes
+USES= cmake:outsource
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index 88bdc96c8367..1403e4319f1c 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
diff --git a/devel/kcachegrind/Makefile b/devel/kcachegrind/Makefile
index 0cbaaabc2da0..16c7b9d7fb9d 100644
--- a/devel/kcachegrind/Makefile
+++ b/devel/kcachegrind/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= i386 amd64
-USE_CMAKE= yes
+USES= cmake
USE_KDE4= automoc4 kdehier kdelibs
USE_QT4= moc_build qmake_build rcc_build uic_build
INSTALLS_ICONS= yes
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index a2930116f4dd..a5f687087b88 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -11,7 +11,7 @@ COMMENT= Graphical user interface around gdb using KDE
LICENSE= GPLv2
-USE_CMAKE= yes
+USES= cmake
USE_KDE4= kdelibs kdeprefix automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
INSTALLS_ICONS= yes
diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile
index 2bb15893fadd..607b60181879 100644
--- a/devel/kdesvn-kde4/Makefile
+++ b/devel/kdesvn-kde4/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
CONFLICTS= qsvn-[0-9]*
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1
USE_KDE4= kdelibs kdeprefix automoc4
USE_LDCONFIG= yes
diff --git a/devel/klee/Makefile b/devel/klee/Makefile
index 56cd6e79acb8..061026e33eed 100644
--- a/devel/klee/Makefile
+++ b/devel/klee/Makefile
@@ -16,8 +16,7 @@ RUN_DEPENDS= llvm-ar:${PORTSDIR}/devel/llvm \
OPTIONS_DEFINE= DEBUG
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
+USES= cmake:outsource
CMAKE_ARGS= -DCMAKE_MODULE_PATH=${WRKSRC}/cmake/llvm-3.1-modules \
-DKLEE_PATH_TO_LLVM_BUILD=${LOCALBASE}
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile
index 0335353ced32..2866c91e20af 100644
--- a/devel/lasi/Makefile
+++ b/devel/lasi/Makefile
@@ -18,7 +18,7 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
USE_LDCONFIG= yes
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS+= -DCMAKE_INSTALL_DATADIR:PATH=${DATADIR}
.if !defined(NOPORTDOCS)
diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile
index 597ebc9c220f..da75da1ef702 100644
--- a/devel/libclaw/Makefile
+++ b/devel/libclaw/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake"
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile
index 1c2824a7e5b9..5baaceed14ef 100644
--- a/devel/libdbusmenu-qt/Makefile
+++ b/devel/libdbusmenu-qt/Makefile
@@ -16,8 +16,7 @@ USE_QT4= dbus gui xml \
moc_build qmake_build rcc_build uic_build
FETCH_ARGS= -Fpr
USE_BZIP2= yes
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
+USES= cmake:outsource
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index 6ac416e350e6..db1df93acd00 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= libgit2
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_PYTHON_BUILD= yes
diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile
index 8fb035b01989..85f6109972b0 100644
--- a/devel/libiqxmlrpc/Makefile
+++ b/devel/libiqxmlrpc/Makefile
@@ -19,7 +19,7 @@ BROKEN= does not build
USE_BZIP2= yes
USE_GNOME= libxml2
-USE_CMAKE= yes
+USES= cmake
.if defined(NOPORTDOCS)
CMAKE_ARGS= -Dbuild_docs=off
.endif
diff --git a/devel/libjson++/Makefile b/devel/libjson++/Makefile
index d053c2a7dfa7..4350e6e4a36a 100644
--- a/devel/libjson++/Makefile
+++ b/devel/libjson++/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cflinux.hu/pub/
MAINTAINER= krichy@tvnetwork.hu
COMMENT= Small C++ library to handle JSON serialized data
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
diff --git a/devel/libkgapi/Makefile b/devel/libkgapi/Makefile
index d1b841719cc1..6dceda0d234d 100644
--- a/devel/libkgapi/Makefile
+++ b/devel/libkgapi/Makefile
@@ -18,7 +18,7 @@ CONFLICTS= akonadi-google-0.*
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_KDE4= automoc4 kdelibs kdeprefix kdehier pimlibs
USE_LDCONFIG= yes
USE_QT4= corelib network webkit xml \
diff --git a/devel/libkolab/Makefile b/devel/libkolab/Makefile
index 7ec9714772f6..6b63323ab5fe 100644
--- a/devel/libkolab/Makefile
+++ b/devel/libkolab/Makefile
@@ -20,7 +20,7 @@ CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \
-DPYTHON_BINDINGS:BOOL=OFF \
-DUSE_LIBCALENDARING:BOOL=OFF
MAKE_JOBS_SAFE= yes
-USE_CMAKE= yes
+USES= cmake
USE_KDE4= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT4= corelib gui xml \
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile
index ba14704799f4..a5ab3606603b 100644
--- a/devel/libopensync/Makefile
+++ b/devel/libopensync/Makefile
@@ -18,7 +18,7 @@ CONFLICTS= libopensync-0.22*
USE_SQLITE= 3
USE_PKGCONFIG= yes
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS+= -Wno-dev
USE_GNOME= glib20 libxml2
USE_PYTHON= yes
diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile
index 84f6ce1c15eb..8bc891e60903 100644
--- a/devel/libplist/Makefile
+++ b/devel/libplist/Makefile
@@ -14,7 +14,7 @@ USE_GNOME= libxml2
# Unlisted dependency.
USE_ICONV= yes
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
# Required for iconv headers.
CFLAGS+= -I${LOCALBASE}/include
MAKE_JOBS_UNSAFE= yes
diff --git a/devel/libslave/Makefile b/devel/libslave/Makefile
index ef05b3de34f6..11d75b4df33c 100644
--- a/devel/libslave/Makefile
+++ b/devel/libslave/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv3
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
DATE= 20121210
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_MYSQL= client
USE_GITHUB= yes
diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile
index 43de432e5687..0b7e4a04debe 100644
--- a/devel/libzrtpcpp/Makefile
+++ b/devel/libzrtpcpp/Makefile
@@ -18,7 +18,7 @@ COMMENT= ZRTP extension for GNU ccRTP
LIB_DEPENDS= ccrtp:${PORTSDIR}/devel/ccrtp \
gcrypt.18:${PORTSDIR}/security/libgcrypt
-USE_CMAKE= yes
+USES= cmake
USE_OPENSSL= yes
WITH_OPENSSL_PORT=yes
diff --git a/devel/physfs-devel/Makefile b/devel/physfs-devel/Makefile
index 16c82b8825ca..05d4d79113a1 100644
--- a/devel/physfs-devel/Makefile
+++ b/devel/physfs-devel/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
-USE_CMAKE= yes
+USES= cmake
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
NO_LATEST_LINK= yes
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile
index a704ed684039..11903d5909b6 100644
--- a/devel/physfs/Makefile
+++ b/devel/physfs/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= oliver@FreeBSD.org
COMMENT= A library to provide abstract access to various archives
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/devel/piklab/Makefile b/devel/piklab/Makefile
index ae4a5e293710..5c28a94989fc 100644
--- a/devel/piklab/Makefile
+++ b/devel/piklab/Makefile
@@ -21,7 +21,7 @@ USE_QT4= corelib gui qt3support qtestlib xml \
USE_NCURSES= yes
USE_READLINE= yes
USE_GETTEXT= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
MAN1= piklab-hex.1 piklab-prog.1
diff --git a/devel/pyside-tools/Makefile b/devel/pyside-tools/Makefile
index e37b3df3d98a..2c724cc41327 100644
--- a/devel/pyside-tools/Makefile
+++ b/devel/pyside-tools/Makefile
@@ -37,7 +37,7 @@ REINPLACE_ARGS= -i.bak -e 's+/usr/bin/env python+&${PYTHON_VER}+' \
${WRKSRC}/pyside-uic ${WRKSRC}/pysideuic/icon_cache.py
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_PYTHON= 2.5-2.7
post-patch:
diff --git a/devel/pyside/Makefile b/devel/pyside/Makefile
index 8d9e0368f738..38760b147013 100644
--- a/devel/pyside/Makefile
+++ b/devel/pyside/Makefile
@@ -36,7 +36,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \
PYTHON_VERSION=${PYTHON_VERSION}
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_PYTHON= -2.7
diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile
index cef1920de5f4..8f6d90ee35c2 100644
--- a/devel/qjson/Makefile
+++ b/devel/qjson/Makefile
@@ -12,7 +12,7 @@ LICENSE= LGPL21
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
diff --git a/devel/qross/Makefile b/devel/qross/Makefile
index aa69de43a2cf..26b49a383ccc 100644
--- a/devel/qross/Makefile
+++ b/devel/qross/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= g.veniamin@googlemail.com
COMMENT= Qt-only fork of Kross, the KDE scripting framework
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_QT4= designer gui network xml qmake_build uic_build moc_build \
rcc_build script
diff --git a/devel/qsvn/Makefile b/devel/qsvn/Makefile
index 3270e8fefba0..0f285cd89674 100644
--- a/devel/qsvn/Makefile
+++ b/devel/qsvn/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion
USE_QT4= gui sql moc_build uic_build rcc_build qmake_build
USE_LDCONFIG= yes
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile
index 19f871037918..1b11f980312d 100644
--- a/devel/raknet/Makefile
+++ b/devel/raknet/Makefile
@@ -33,7 +33,7 @@ USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(cpp|h|txt)
USE_GMAKE= yes
-USE_CMAKE= yes
+USES= cmake
# XXX Do not provide Samples for the following reason :
# - potential licensing problems
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index 0980866a0d69..4af935fc2011 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -9,9 +9,7 @@ DISTNAME= SDL-2.0.0-6940
MAINTAINER= mva@FreeBSD.org
COMMENT= Cross-platform multimedia development API
-USE_CMAKE= yes
-CMAKE_OUTSOURCE=yes
-USES= pathfix
+USES= pathfix cmake:outsource
USE_ICONV= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
diff --git a/devel/shiboken/Makefile b/devel/shiboken/Makefile
index bd230958f1fa..7f13edc8db52 100644
--- a/devel/shiboken/Makefile
+++ b/devel/shiboken/Makefile
@@ -27,7 +27,7 @@ USE_QT4= gui qmake_build qtestlib moc_build \
uic_build rcc_build xml xmlpatterns
USE_BZIP2= yes
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_PYTHON= yes
diff --git a/devel/silentbob/Makefile b/devel/silentbob/Makefile
index 6110d5cdd533..c48d3f3c5739 100644
--- a/devel/silentbob/Makefile
+++ b/devel/silentbob/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}-2.4/
MAINTAINER= tota@FreeBSD.org
COMMENT= Yet another sourcecode indexing tool
-USE_CMAKE= yes
+USES= cmake
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index 092340a6c63a..41509f32176f 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -24,7 +24,7 @@ USE_GCC= any
USE_XORG= ice sm x11 xext xi xt xmu
USE_OPENAL= al alut
USE_GL= gl glu glut
-USE_CMAKE= yes
+USES= cmake
CMAKE_ARGS+= -DJPEG_FACTORY:BOOL=ON
.include <bsd.port.mk>
diff --git a/devel/smack/Makefile b/devel/smack/Makefile
index 9e56f5418788..efea39dbc7a1 100644
--- a/devel/smack/Makefile
+++ b/devel/smack/Makefile
@@ -19,7 +19,7 @@ GH_ACCOUNT= zloidemon
GH_COMMIT= 72c81bf
GH_TAGNAME= master
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
OPTIONS_DEFINE= EXAMPLES
diff --git a/devel/vxlog/Makefile b/devel/vxlog/Makefile
index fbc5d2001e3a..4e17a5291258 100644
--- a/devel/vxlog/Makefile
+++ b/devel/vxlog/Makefile
@@ -16,7 +16,7 @@ COMMENT= C++ logging library
LICENSE= MIT
-USE_CMAKE= yes
+USES= cmake
USE_LDCONFIG= yes
USE_GCC= 4.2+
diff --git a/devel/xc3sprog/Makefile b/devel/xc3sprog/Makefile
index 36dbd5a77ebd..725a45d038d4 100644
--- a/devel/xc3sprog/Makefile
+++ b/devel/xc3sprog/Makefile
@@ -17,7 +17,7 @@ COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
LIB_DEPENDS= ftdi:${PORTSDIR}/devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
-USE_CMAKE= yes
+USES= cmake
ALL_TARGET= xc3sprog
PLIST_FILES= bin/xc3sprog
diff --git a/devel/yajl/Makefile b/devel/yajl/Makefile
index c75d056d879c..e97e50381f97 100644
--- a/devel/yajl/Makefile
+++ b/devel/yajl/Makefile
@@ -20,7 +20,7 @@ GH_COMMIT= fee1ebe
LICENSE= BSD
USE_LDCONFIG= yes
-USE_CMAKE= yes
+USES= cmake
PLIST_SUB= VERSION=${PORTVERSION}
diff --git a/devel/yaml-cpp/Makefile b/devel/yaml-cpp/Makefile
index 3d01e793383f..7b6ffc398260 100644
--- a/devel/yaml-cpp/Makefile
+++ b/devel/yaml-cpp/Makefile
@@ -13,7 +13,7 @@ COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_CMAKE= yes
+USES= cmake
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0