summaryrefslogtreecommitdiff
path: root/net-mgmt/angst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/angst/Makefile')
-rw-r--r--net-mgmt/angst/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile
deleted file mode 100644
index 38d9de79a1fa..000000000000
--- a/net-mgmt/angst/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: angst
-# Date created: Dec 4, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= angst
-PORTVERSION= 0.4b
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An active sniffer
-
-BROKEN= "Changes ownership of system directories"
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
-
-USE_REINPLACE= yes
-
-MAN8= angst.8
-
-post-patch:
- @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
- s,^CFLAGS,#CFLAGS,g ; \
- s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>