aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-23 14:20:25 +0000
commit992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch)
tree87b239f8431cee200969f89da8739806496b7dad /net-mgmt
parentdc0ce8f5839343b4c972ae818337189b1b55d447 (diff)
downloadports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz
ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes: svn path=/head/; revision=316355
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bwm-ng/Makefile8
-rw-r--r--net-mgmt/collectd/Makefile2
-rw-r--r--net-mgmt/collectd5/Makefile4
-rw-r--r--net-mgmt/gsnmp/Makefile8
-rw-r--r--net-mgmt/jnettop/Makefile8
-rw-r--r--net-mgmt/tork/Makefile6
-rw-r--r--net-mgmt/yaf/Makefile2
-rw-r--r--net-mgmt/zabbix2-server/Makefile8
8 files changed, 13 insertions, 33 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index 66df22801824..3677fe7ca3a3 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bwm-ng
-# Date created: 19 February 2006
-# Whom: Tim Bishop <tdb@FreeBSD.org>
-#
+# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= bwm-ng
PORTVERSION= 0.6
@@ -16,7 +12,7 @@ COMMENT= A small and simple bandwidth monitor
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
-USE_PKGCONFIG= yes
+USES= pkgconfig
MAN1= bwm-ng.1
PLIST_FILES= bin/bwm-ng
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index 14460c30e3a5..f886e712cbc1 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -247,7 +247,7 @@ PLIST_SUB+= NUTUPS="@comment "
.endif
.if ${PORT_OPTIONS:MINTERFACE}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
CONFIGURE_ARGS+=--enable-interface
LIB_DEPENDS+= statgrab:${PORTSDIR}/devel/libstatgrab
PLIST_SUB+= INTERFACE=""
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index b408cff6c375..f0d73fdf7d5d 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -258,7 +258,7 @@ PLIST_SUB+= NUTUPS="@comment "
.endif
.if ${PORT_OPTIONS:MINTERFACE}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
CONFIGURE_ARGS+=--enable-interface
LIB_DEPENDS+= statgrab:${PORTSDIR}/devel/libstatgrab
PLIST_SUB+= INTERFACE=""
@@ -297,7 +297,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if ${PORT_OPTIONS:MIPMI}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
CONFIGURE_ARGS+=--enable-ipmi
LIB_DEPENDS+= OpenIPMI:${PORTSDIR}/sysutils/openipmi
PLIST_SUB+= IPMI=""
diff --git a/net-mgmt/gsnmp/Makefile b/net-mgmt/gsnmp/Makefile
index e47c5fdf43e4..ddae6542f046 100644
--- a/net-mgmt/gsnmp/Makefile
+++ b/net-mgmt/gsnmp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gsnmp
-# Date created: Sat Jun 9 19:34:09 PDT 2007
-# Whom: Matt Peterson <matt@peterson.org>
-#
+# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
-#
PORTNAME= gsnmp
PORTVERSION= 0.2.0
@@ -18,8 +14,8 @@ COMMENT= SNMP library written on top of glib and gnet2
LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2
+USES= pkgconfig
USE_GNOME= gnomehack glib20
-USE_PKGCONFIG= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile
index 413a3bfda826..df9a07ac28a0 100644
--- a/net-mgmt/jnettop/Makefile
+++ b/net-mgmt/jnettop/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: jnettop
-# Date created: 5 June 2009
-# Whom: Ryan Steinmetz
-#
+# Created by: Ryan Steinmetz
# $FreeBSD$
-#
PORTNAME= jnettop
PORTVERSION= 0.13.0
@@ -16,8 +12,8 @@ COMMENT= Traffic visualizer, similar to nettop
MAN8= jnettop.8
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GNOME= glib20
-USE_PKGCONFIG= build
USE_GMAKE= yes
LICENSE= GPLv2
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile
index 2ffcd3b3147f..decceb9585d4 100644
--- a/net-mgmt/tork/Makefile
+++ b/net-mgmt/tork/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tork
-# Date created: 09 Feb 2008
-# Whom: Beat Gätzi <beat@chruetertee.ch>
-#
+# Created by: Beat Gätzi <beat@chruetertee.ch>
# $FreeBSD$
-#
PORTNAME= tork
PORTVERSION= 0.30
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile
index 747fc7698eaa..6f2e8f316178 100644
--- a/net-mgmt/yaf/Makefile
+++ b/net-mgmt/yaf/Makefile
@@ -17,12 +17,12 @@ LIB_DEPENDS= fixbuf:${PORTSDIR}/net/libfixbuf \
pcre.3:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
USE_PERL5= yes
MAKE_JOBS_SAFE= yes
CONFIOGURE_ARGS+= --disable-doxygen
-USE_PKGCONFIG= build
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile
index dab09b3ecb1d..eac3dce2496a 100644
--- a/net-mgmt/zabbix2-server/Makefile
+++ b/net-mgmt/zabbix2-server/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: zabbix-server
-# Date created: 2009-12-09
-# Whom: Jim Riggs <ports@christianserving.org>
-#
+# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
-#
PORTNAME= zabbix2
PORTVERSION= 2.0.5
@@ -36,7 +32,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d
.endif
USE_ICONV= yes
-USE_PKGCONFIG= build
+USES= pkgconfig
USERS= zabbix
GROUPS= zabbix