aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netmask/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netmask/Makefile')
-rw-r--r--net-mgmt/netmask/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile
deleted file mode 100644
index 1ce4676a0c3c..000000000000
--- a/net-mgmt/netmask/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: netmask
-# Date created: 19 Novemver 2000
-# Whom: Mike Bristow <mike@urgle.com>
-# $FreeBSD$
-
-PORTNAME= netmask
-PORTVERSION= 2.3.7
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR= pool/main/n/netmask/
-DISTNAME= netmask_${PORTVERSION}
-
-MAINTAINER= mike@urgle.com
-COMMENT= Tool for generating terse netmasks in several common formats
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
-USE_GETOPT_LONG=yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-MAN1= netmask.1
-INFO= netmask
-
-.include <bsd.port.mk>