aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/sing/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-16 02:28:03 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-16 02:28:03 +0000
commit596452271cd954e9a495fddf9566e52bb017b747 (patch)
tree6a0c4faaddf8483ec871aadc05c0a4efd2dc06af /net-mgmt/sing/Makefile
parenta2d509b35965d2158421e3ed3b73e196b74f42d6 (diff)
downloadports-596452271cd954e9a495fddf9566e52bb017b747.tar.gz
ports-596452271cd954e9a495fddf9566e52bb017b747.zip
Add new port net/sing v1.0
Tool for sending customized ICMP packets PR: 21776 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=33877
Diffstat (limited to 'net-mgmt/sing/Makefile')
-rw-r--r--net-mgmt/sing/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile
new file mode 100644
index 000000000000..051d68ebf840
--- /dev/null
+++ b/net-mgmt/sing/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: sing
+# Date created: Oct 6 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sing
+PORTVERSION= 1.0
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= SING-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= roman@xpert.com
+
+GNU_CONFIGURE= yes
+MAN8= sing.8
+
+post-extract:
+ @${RM} -rf ${WRKSRC}/libpcap*
+
+.include <bsd.port.mk>