summaryrefslogtreecommitdiff
path: root/net-mgmt/packit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/packit/Makefile')
-rw-r--r--net-mgmt/packit/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile
deleted file mode 100644
index 82c558e37579..000000000000
--- a/net-mgmt/packit/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: packit
-# Date created: 02.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= packit
-PORTVERSION= 0.6.0d
-CATEGORIES= net
-MASTER_SITES= http://packit.sourceforge.net/downloads/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= Network auditing tool
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
-MAN8= packit.8
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-.if defined(WITHOUT_CAPTURE)
-CONFIGURE_ARGS+= --without-capture
-.endif
-.if defined(WITHOUT_INJECTION)
-CONFIGURE_ARGS+= --without-injection
-.endif
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} ""#######################################################
- @${ECHO_MSG} ""
- @${ECHO_MSG} "You need ${PORTSDIR}/net/libnet-devel to build this port
- @${ECHO_MSG} ""
- @${ECHO_MSG} ""#######################################################
- @${ECHO_MSG} ""
-
-.include <bsd.port.mk>