summaryrefslogtreecommitdiff
path: root/net-mgmt/netwox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netwox/Makefile')
-rw-r--r--net-mgmt/netwox/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile
deleted file mode 100644
index 102bb2937e5b..000000000000
--- a/net-mgmt/netwox/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: lcrzoex
-# Date created: Wed Apr 10 02:42:20 CEST 2002
-# Whom: king@v2project.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= lcrzoex
-PORTVERSION= 4.17.0
-CATEGORIES= security
-MASTER_SITES= http://www.laurentconstantin.com/common/lcrzoex/download/v4/ \
- http://www.mirrors.wiretapped.net/security/packet-construction/lcrzoex/ \
- ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzoex/
-EXTRACT_SUFX= -src.tgz
-
-MAINTAINER= king@v2project.com
-COMMENT= Lcrzoex contains over 300 functionnalities using network library lcrzo
-
-BUILD_DEPENDS= ${LOCALBASE}/include/lcrzo_debugdefs.h:${PORTSDIR}/security/lcrzo
-
-WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
-
-MAN1= lcrzoex.1
-
-post-patch:
- cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>