diff options
Diffstat (limited to 'net-mgmt/sing/Makefile')
-rw-r--r-- | net-mgmt/sing/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile deleted file mode 100644 index 7b2a471d9cae..000000000000 --- a/net-mgmt/sing/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Ports collection makefile for: sing -# Date created: Oct 6 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= sing -PORTVERSION= 1.1 -CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= SING-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= roman@xpert.com -COMMENT= Tool for sending customized ICMP packets - -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ - -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --with-libnet-prefix=${LOCALBASE} --with-libpcap-prefix=/usr -GNU_CONFIGURE= yes -MAN8= sing.8 - -post-extract: - @${RM} -rf ${WRKSRC}/libpcap-* ;\ - ${RM} -rf ${WRKSRC}/Libnet-* - -.include <bsd.port.mk> |