diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-16 02:28:03 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-16 02:28:03 +0000 |
commit | 8b6b59d39ce94ff1dd44882d417cca56184fe891 (patch) | |
tree | 5ad46f5847589e90b6f11c3d4f46cdbd00004a8b /net/sing/Makefile | |
parent | de6a8746cb7079302ff1b9c272a29d4a1e5fd9f2 (diff) | |
download | FreeBSD-ports-8b6b59d39ce94ff1dd44882d417cca56184fe891.zip FreeBSD-ports-8b6b59d39ce94ff1dd44882d417cca56184fe891.tar.gz |
Add new port net/sing v1.0
Tool for sending customized ICMP packets
PR: 21776
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'net/sing/Makefile')
-rw-r--r-- | net/sing/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/sing/Makefile b/net/sing/Makefile new file mode 100644 index 0000000..051d68e --- /dev/null +++ b/net/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> |