aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-04 07:34:27 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-04 07:34:27 +0000
commit4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch)
treec1022f7df000935302e4c7f143c5b049290dacc2 /comms
parent6029732777f019908166457c71136521713b91f7 (diff)
downloadports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz
ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip
Sync to new bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=265663
Diffstat (limited to 'comms')
-rw-r--r--comms/aldo/Makefile2
-rw-r--r--comms/dfu-util/Makefile2
-rw-r--r--comms/ghfaxviewer/Makefile2
-rw-r--r--comms/gnuradio/Makefile2
-rw-r--r--comms/gsmlib/Makefile2
-rw-r--r--comms/hamlib/Makefile2
-rw-r--r--comms/kallers/Makefile2
-rw-r--r--comms/klog/Makefile2
-rw-r--r--comms/kmobiletools/Makefile2
-rw-r--r--comms/kpsk/Makefile2
-rw-r--r--comms/ktrack/Makefile2
-rw-r--r--comms/libsyncml/Makefile2
-rw-r--r--comms/libticables/Makefile2
-rw-r--r--comms/libticables2/Makefile2
-rw-r--r--comms/libticalcs2/Makefile2
-rw-r--r--comms/lirc/Makefile2
-rw-r--r--comms/spandsp-devel/Makefile2
-rw-r--r--comms/spandsp/Makefile2
-rw-r--r--comms/tilp2/Makefile2
-rw-r--r--comms/tlf/Makefile2
-rw-r--r--comms/unixcw/Makefile2
-rw-r--r--comms/wsjt/Makefile2
-rw-r--r--comms/wspr/Makefile2
-rw-r--r--comms/xwota/Makefile2
24 files changed, 24 insertions, 24 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile
index 59fd9a90a626..a2e8214fdf4f 100644
--- a/comms/aldo/Makefile
+++ b/comms/aldo/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22
+USE_AUTOTOOLS= autoconf automake libtool
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
USE_GMAKE= yes
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 3b272bcd17ee..6c8b187a6a17 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -16,7 +16,7 @@ COMMENT= Device firmware update (DFU) USB programmer
MAN1= dfu-util.1
PLIST_FILES= bin/dfu-util
-USE_AUTOTOOLS= aclocal:111 automake:111 autoheader:268
+USE_AUTOTOOLS= aclocal automake autoheader
AUTOMAKE_ARGS= --add-missing --foreign --copy
SNAPDATE= 20090212
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile
index 2a0de3867977..6b304e91249c 100644
--- a/comms/ghfaxviewer/Makefile
+++ b/comms/ghfaxviewer/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gconf gnomeprint
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index be7474c751cb..bf480b23b2b5 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -33,7 +33,7 @@ USE_PYTHON= 2.4+
USE_WX= 2.6+
WX_COMPS= wx wx:build wx:run python:build python:run
USE_PERL5= yes
-USE_AUTOTOOLS= autoconf:268 libtool:22
+USE_AUTOTOOLS= autoconf libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 32fbf8cb350f..4ad9282eaca9 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -17,7 +17,7 @@ COMMENT= A library to access GSM mobile phones through GSM modems
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index b0475fa735ca..e26899a5fed8 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= pkgconfig gnomehack libxml2
USE_PERL5= yes
USE_TCL= yes
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf:268 libtool:22
+USE_AUTOTOOLS= autoconf libtool
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} \
diff --git a/comms/kallers/Makefile b/comms/kallers/Makefile
index 600acce5bff2..43716ef14a8b 100644
--- a/comms/kallers/Makefile
+++ b/comms/kallers/Makefile
@@ -17,7 +17,7 @@ USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
post-patch:
@${REINPLACE_CMD} -e 's|@CXXFLAGS@|@CXXFLAGS@ -fPIC|' \
diff --git a/comms/klog/Makefile b/comms/klog/Makefile
index 483fe5dabda8..7fb110f8dff6 100644
--- a/comms/klog/Makefile
+++ b/comms/klog/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib
USE_KDELIBS_VER= 3
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:268:env automake:111:env libtool:22:env
+USE_AUTOTOOLS= autoconf:env automake:env libtool:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
diff --git a/comms/kmobiletools/Makefile b/comms/kmobiletools/Makefile
index 3f4f2009a19f..008e918c75a8 100644
--- a/comms/kmobiletools/Makefile
+++ b/comms/kmobiletools/Makefile
@@ -18,7 +18,7 @@ COMMENT= Control mobile phones with your PC
USE_KDELIBS_VER=3
USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/comms/kpsk/Makefile b/comms/kpsk/Makefile
index c503a2154831..df406228ff0c 100644
--- a/comms/kpsk/Makefile
+++ b/comms/kpsk/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
USE_BZIP2= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="-D_POSIX_C_SOURCE -I${LOCALBASE}/include" \
USER_LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-debug=full
diff --git a/comms/ktrack/Makefile b/comms/ktrack/Makefile
index 871a7aff3964..888bcb0b82cf 100644
--- a/comms/ktrack/Makefile
+++ b/comms/ktrack/Makefile
@@ -25,7 +25,7 @@ USE_KDEBASE_VER=3
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_GETTEXT= yes
post-patch:
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile
index c7544d69d74f..15e0859256e9 100644
--- a/comms/libsyncml/Makefile
+++ b/comms/libsyncml/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \
openobex:${PORTSDIR}/comms/openobex \
soup-2.2.8:${PORTSDIR}/devel/libsoup22
-USE_AUTOTOOLS= autoheader:268 automake:111 libtool:22
+USE_AUTOTOOLS= autoheader automake libtool
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20 libxml2
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile
index e5f668b61d26..f01ea81289ec 100644
--- a/comms/libticables/Makefile
+++ b/comms/libticables/Makefile
@@ -17,7 +17,7 @@ COMMENT= TI calculator link cables library
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GETTEXT= yes
USE_GNOME= gnomehack pkgconfig
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_LDCONFIG= yes
diff --git a/comms/libticables2/Makefile b/comms/libticables2/Makefile
index d251d0b69072..f88b8d4f3f52 100644
--- a/comms/libticables2/Makefile
+++ b/comms/libticables2/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://tijl.fastmail.fm/mirror/
MAINTAINER= tijl@coosemans.org
COMMENT= TI calculator link cables library
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack pkgconfig
diff --git a/comms/libticalcs2/Makefile b/comms/libticalcs2/Makefile
index 990112002773..45367e82c14d 100644
--- a/comms/libticalcs2/Makefile
+++ b/comms/libticalcs2/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= ticables2.4:${PORTSDIR}/comms/libticables2 \
ticonv.4:${PORTSDIR}/converters/libticonv \
tifiles2.6:${PORTSDIR}/devel/libtifiles2
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack pkgconfig
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 325b8377a58c..ff22afa01f4d 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
MAINTAINER= doconnor@gsoft.com.au
COMMENT= Linux Infared Remote Control
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= x11
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
index 4c72c9e800be..4ac1a595cfd3 100644
--- a/comms/spandsp-devel/Makefile
+++ b/comms/spandsp-devel/Makefile
@@ -19,7 +19,7 @@ COMMENT= A DSP library and software FAX machine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile
index 98e997fdce20..5642bbc1b19e 100644
--- a/comms/spandsp/Makefile
+++ b/comms/spandsp/Makefile
@@ -18,7 +18,7 @@ COMMENT= A DSP library and software FAX machine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile
index 1297549922e8..eb3e1cf4ff03 100644
--- a/comms/tilp2/Makefile
+++ b/comms/tilp2/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= ticables2.4:${PORTSDIR}/comms/libticables2 \
ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \
ticonv.4:${PORTSDIR}/converters/libticonv
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile
index aaaf8bcc2c74..95129f809f05 100644
--- a/comms/tlf/Makefile
+++ b/comms/tlf/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS= autoconf:268 libtool:22 aclocal:111 automake:111
+USE_AUTOTOOLS= autoconf libtool aclocal automake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile
index 4ba95cdea19e..2d87e2d81354 100644
--- a/comms/unixcw/Makefile
+++ b/comms/unixcw/Makefile
@@ -32,7 +32,7 @@ PLIST_SUB+= XCWCP="@comment "
.endif
MAN7= cw.7 CW.7
MANCOMPRESSED= yes
-USE_AUTOTOOLS= autoconf:268
+USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
USE_GMAKE= yes
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index dc31aebe0670..a7fb9f130a08 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
USE_PYTHON= 2.4+
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
PORTVERSION=${PORTVERSION}
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile
index bd037ebac79a..83a279ae94e3 100644
--- a/comms/wspr/Makefile
+++ b/comms/wspr/Makefile
@@ -36,7 +36,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
USE_PYTHON= 2.4+
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
PORTVERSION=${PORTVERSION}
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile
index b51d0f8e9d74..d37c5af4e82e 100644
--- a/comms/xwota/Makefile
+++ b/comms/xwota/Makefile
@@ -19,7 +19,7 @@ COMMENT= X version of who is on the air
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool:22
+USE_AUTOTOOLS= libtool
post-install:
.if !defined(NOPORTDOCS)