summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:03:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:03:51 +0000
commitbc221a68c15c8e0767c7e506835360a84c2428b2 (patch)
tree431ec3996e95945e366f01ab27f2b341ed69df41
parent- Add LICENSE (diff)
- Use USES=gmake
Notes
Notes: svn path=/head/; revision=325110
-rw-r--r--archivers/unrar/Makefile2
-rw-r--r--audio/icecast2/Makefile2
-rw-r--r--audio/libshout2/Makefile2
-rw-r--r--databases/kyotocabinet/Makefile2
-rw-r--r--databases/kyototycoon/Makefile2
-rw-r--r--databases/leveldb/Makefile2
-rw-r--r--databases/p5-Tie-LevelDB/Makefile2
-rw-r--r--databases/pgsphere/Makefile2
-rw-r--r--devel/gjstest/Makefile2
-rw-r--r--devel/libcheck/Makefile3
-rw-r--r--devel/libdap/Makefile3
-rw-r--r--devel/libmaa/Makefile2
-rw-r--r--devel/p5-DateTime-Astro/Makefile2
-rw-r--r--graphics/gdal/Makefile2
-rw-r--r--graphics/ming/Makefile3
-rw-r--r--graphics/php-gdal/Makefile2
-rw-r--r--graphics/ruby-gdal/Makefile2
-rw-r--r--misc/help2man/Makefile2
-rw-r--r--net/tintin++/Makefile2
-rw-r--r--science/cdo/Makefile3
-rw-r--r--science/pnetcdf/Makefile2
-rw-r--r--sysutils/freeipmi/Makefile2
-rw-r--r--textproc/confget/Makefile2
-rw-r--r--www/httrack/Makefile3
24 files changed, 24 insertions, 29 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index d8d249c14877..99af80b9e184 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -21,7 +21,7 @@ CONFLICTS?= zh-unrar-[0-9].* unrar-iconv-[0-9].*
MAKE_ARGS= STRIP=${STRIP_CMD}
MAKEFILE= makefile.unix
-USE_GMAKE= yes
+USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/unrar
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index e13fba779304..63b0717905b2 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -26,12 +26,12 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
LICENSE= GPLv2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= icecast2
SUB_FILES+= pkg-message
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
+USES= gmake
DOCSDIR= ${PREFIX}/share/doc/icecast
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
index 19ac3208938e..3b242de0c2d1 100644
--- a/audio/libshout2/Makefile
+++ b/audio/libshout2/Makefile
@@ -26,9 +26,9 @@ CONFLICTS= libshout-[0-9]*
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
-USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
+USES= gmake
DOCSDIR= ${PREFIX}/share/doc/libshout
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile
index 3c1a83557b38..047782410085 100644
--- a/databases/kyotocabinet/Makefile
+++ b/databases/kyotocabinet/Makefile
@@ -17,8 +17,8 @@ OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig"
USE_GCC= 4.2+
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
MAN1= kccachetest.1 \
kcdirmgr.1 \
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile
index e97a14aa7e75..94807e85b061 100644
--- a/databases/kyototycoon/Makefile
+++ b/databases/kyototycoon/Makefile
@@ -19,8 +19,8 @@ OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --enable-profile --enable-uyield
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig"
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
MAN1= ktremotemgr.1 \
ktremotetest.1 \
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile
index f4b77ddcf7d7..fc522b7aee5d 100644
--- a/databases/leveldb/Makefile
+++ b/databases/leveldb/Makefile
@@ -13,8 +13,8 @@ OPTIONS_DEFINE= GPERFTOOLS SNAPPY
OPTIONS_DEFAULT=SNAPPY
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \
SHLIB_MINOR=${SHLIB_MINOR}
diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile
index 8d879509dc3f..ba3a1bdd0eaf 100644
--- a/databases/p5-Tie-LevelDB/Makefile
+++ b/databases/p5-Tie-LevelDB/Makefile
@@ -18,8 +18,8 @@ COMMENT= A Perl Interface to the Google LevelDB NoSQL database
LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb
MAKE_ARGS= CC=${CXX}
-USE_GMAKE= yes
PERL_CONFIGURE= yes
+USES= gmake
MAN3= Tie::LevelDB.3
diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile
index cc6378e32d7d..4e3f10369ff0 100644
--- a/databases/pgsphere/Makefile
+++ b/databases/pgsphere/Makefile
@@ -18,7 +18,7 @@ COMMENT= Spherical data types, functions, and operators for PostgreSQL
DATADIR= ${PREFIX}/share/postgresql
DOCSDIR?= ${PREFIX}/share/doc/postgresql
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
USE_PGSQL= yes
diff --git a/devel/gjstest/Makefile b/devel/gjstest/Makefile
index b84121bc49af..f551a717580d 100644
--- a/devel/gjstest/Makefile
+++ b/devel/gjstest/Makefile
@@ -26,7 +26,7 @@ ALL_TARGET= default
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
CXXFLAGS+= -L${LOCALBASE}/lib
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
PROJECTHOST= google-js-test
SNAPSHOT= 20130304
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile
index 0cc2944f87f9..9af4a482007a 100644
--- a/devel/libcheck/Makefile
+++ b/devel/libcheck/Makefile
@@ -16,9 +16,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK}
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= pathfix
+USES= gmake pathfix
INFO= check
MAN1= checkmk.1
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile
index 540180db9c0a..2e0017212b82 100644
--- a/devel/libdap/Makefile
+++ b/devel/libdap/Makefile
@@ -19,9 +19,8 @@ CONFIGURE_ARGS= --with-zlib=/usr
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GMAKE= yes
-USES= pathfix
USE_LDCONFIG= yes
+USES= gmake pathfix
MAN1= dap-config.1 \
getdap.1
diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile
index 3faf182b96bd..23ef5330ee84 100644
--- a/devel/libmaa/Makefile
+++ b/devel/libmaa/Makefile
@@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
DOCS= README doc/libmaa.600dpi.ps
diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile
index cde6cf208a57..f7340a47d25c 100644
--- a/devel/p5-DateTime-Astro/Makefile
+++ b/devel/p5-DateTime-Astro/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAN3= DateTime::Astro.3 \
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 563eebce738f..43d35d6445e1 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -26,8 +26,8 @@ LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS}
MAKE_JOBS_UNSAFE= yes
MAKEFILE= GNUmakefile
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile
index 09eb8be2f7f9..9bebfcb305cf 100644
--- a/graphics/ming/Makefile
+++ b/graphics/ming/Makefile
@@ -22,9 +22,8 @@ CPPFLAGS+= -I. -I.. -I${LOCALBASE}/include
LDFLAGS+= -L. -L.. -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
-USES= bison pathfix
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= bison gmake pathfix
DOCS= HISTORY NEWS README TODO
DOCS_UTIL= README TIPS TODO swftoperl.html
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile
index 9cd37b2d0bc2..2fdf805ffb06 100644
--- a/graphics/php-gdal/Makefile
+++ b/graphics/php-gdal/Makefile
@@ -23,9 +23,9 @@ LIBTOOLFILES= # empty
MAKEFILE= GNUmakefile
PHP_MOD_NAME= php_${PORTNAME}
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_PHP= yes
USE_PHP_BUILD= yes
+USES= gmake
WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php
post-patch:
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile
index 4c9d3c90ea19..0c0410bd3e4c 100644
--- a/graphics/ruby-gdal/Makefile
+++ b/graphics/ruby-gdal/Makefile
@@ -21,8 +21,8 @@ LIBTOOLFILES= # empty
MAKE_ARGS= USER_DEFS=-fPIC
MAKEFILE= GNUmakefile
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_RUBY= yes
+USES= gmake
WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby
post-patch:
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index 44f0d3b93dd4..d107ea3cc602 100644
--- a/misc/help2man/Makefile
+++ b/misc/help2man/Makefile
@@ -15,8 +15,8 @@ OPTIONS_DEFINE= NLS
CFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_PERL5= yes
+USES= gmake
INFO= ${PORTNAME}
MAN1= ${PORTNAME}.1
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index 3a0454c2af97..5059bb250d8b 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \
CONFIGURE_ENV= ac_cv_file__dev_ptmx=no
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-USE_GMAKE= yes
+USES= gmake
WRKSRC= ${WRKDIR}/tt/src
DOCS= CREDITS FAQ README SCRIPTS TODO \
diff --git a/science/cdo/Makefile b/science/cdo/Makefile
index 2cdad2b37092..c2313b1a0800 100644
--- a/science/cdo/Makefile
+++ b/science/cdo/Makefile
@@ -18,9 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= pathfix
+USES= gmake pathfix
HDF5_VER?= 18
NETCDF_VER?= 4
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 8544fe473948..69b2ef45391c 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -21,7 +21,7 @@ CONFIGURE_ENV= M4FLAGS=""
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_FORTRAN= yes
-USE_GMAKE= yes
+USES= gmake
MAN1= ncmpidiff.1 ncmpidump.1 ncmpigen.1
MAN3= pnetcdf.3
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile
index 03f3d516ce1c..d0fc705944d3 100644
--- a/sysutils/freeipmi/Makefile
+++ b/sysutils/freeipmi/Makefile
@@ -30,8 +30,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "invokes i386 asm"
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
INFO= freeipmi-faq
MAN3= libfreeipmi.3 libipmiconsole.3 libipmidetect.3 libipmimonitoring.3
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index 1c1bbcad090c..f7b6b07e86cc 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXAMPLES PCRE
OPTIONS_DEFAULT=PCRE
MAKE_ENV= CFLAGS_CONF=-DHAVE_FGETLN
-USE_GMAKE= yes
+USES= gmake
MAN1= confget.1
MANCOMPRESSED= yes
diff --git a/www/httrack/Makefile b/www/httrack/Makefile
index b8e838a6351e..8fce2a1db622 100644
--- a/www/httrack/Makefile
+++ b/www/httrack/Makefile
@@ -20,9 +20,8 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME}
-USES= iconv
+USES= gmake iconv
MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1