summaryrefslogtreecommitdiffstats
path: root/net-mgmt/netmask
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-14 13:39:42 +0000
committernaddy <naddy@FreeBSD.org>2003-02-14 13:39:42 +0000
commit4aaf0625c76718be4cdeffffa3c93be881e1c011 (patch)
tree9976579fe1f97527ecc66c91b96b5e1c7b7d567e /net-mgmt/netmask
parent3f6c72490d249351034e5a4bec256158697ce512 (diff)
downloadFreeBSD-ports-4aaf0625c76718be4cdeffffa3c93be881e1c011.zip
FreeBSD-ports-4aaf0625c76718be4cdeffffa3c93be881e1c011.tar.gz
* Use MASTER_SITE_DEBIAN.
* Use native getopt_long() if available. * Convert COMMENT. Approved by: maintainer
Diffstat (limited to 'net-mgmt/netmask')
-rw-r--r--net-mgmt/netmask/Makefile20
-rw-r--r--net-mgmt/netmask/pkg-comment1
2 files changed, 13 insertions, 8 deletions
diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile
index 1b21c29..928a392 100644
--- a/net-mgmt/netmask/Makefile
+++ b/net-mgmt/netmask/Makefile
@@ -5,21 +5,27 @@
PORTNAME= netmask
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= net
-MASTER_SITES= http://ftp.debian.org/debian/dists/potato/main/source/net/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= dists/potato/main/source/net
DISTNAME= netmask_${PORTVERSION}
MAINTAINER= mike@urgle.com
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+COMMENT= Tool for generating terse netmasks in several common formats
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_AUTOMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
-
USE_GMAKE= yes
MAN1= netmask.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500041
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-mgmt/netmask/pkg-comment b/net-mgmt/netmask/pkg-comment
deleted file mode 100644
index abf8d5a..0000000
--- a/net-mgmt/netmask/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Tool for generating terse netmasks in several common formats.
OpenPOWER on IntegriCloud