summaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipcalc/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-21 06:30:15 +0000
committerijliao <ijliao@FreeBSD.org>2001-05-21 06:30:15 +0000
commit5ebbca4531c47df69472dee43ddc666e09731f65 (patch)
treef1976ce6ff54c5ab2e9ea8aea2e5b5422cf5d0df /net-mgmt/ipcalc/Makefile
parenteb74b082a81cff757c078f707ff5d730b1b52057 (diff)
downloadFreeBSD-ports-5ebbca4531c47df69472dee43ddc666e09731f65.zip
FreeBSD-ports-5ebbca4531c47df69472dee43ddc666e09731f65.tar.gz
add ipcalc
IP Calculator
Diffstat (limited to 'net-mgmt/ipcalc/Makefile')
-rw-r--r--net-mgmt/ipcalc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile
new file mode 100644
index 0000000..fff142d
--- /dev/null
+++ b/net-mgmt/ipcalc/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: ipcalc
+# Date created: May 21, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+
+PORTNAME= ipcalc
+PORTVERSION= 0.33
+CATEGORIES= net
+MASTER_SITES= http://jodies.cx/
+DISTFILES= ipcalc.pl
+EXTRACT_ONLY=
+
+MAINTAINER= ports@FreeBSD.org
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud