summaryrefslogtreecommitdiff
path: root/net/netwib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/netwib/Makefile')
-rw-r--r--net/netwib/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile
deleted file mode 100644
index 9b81a9ee17a9..000000000000
--- a/net/netwib/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: lcrzo
-# Date created: Wed Apr 10 02:42:20 CEST 2002
-# Whom: king@v2project.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= lcrzo
-PORTVERSION= 4.10
-CATEGORIES= security
-MASTER_SITES= http://www.laurentconstantin.com/common/lcrzo/download/v4/ \
- http://www.mirrors.wiretapped.net/security/packet-construction/lcrzo/ \
- ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzo/
-EXTRACT_SUFX= -src.tgz
-
-MAINTAINER= king@v2project.com
-
-WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
-ONLY_FOR_ARCHS= i386 alpha
-
-MAN3= lcrzo.3 lcrzo_address.3 lcrzo_conf.3 lcrzo_data.3 lcrzo_device.3 \
- lcrzo_error.3 lcrzo_file.3 lcrzo_global.3 lcrzo_header.3 \
- lcrzo_icmp.3 lcrzo_ipc.3 lcrzo_ipopt.3 lcrzo_list.3 lcrzo_misc.3 \
- lcrzo_obso.3 lcrzo_packet.3 lcrzo_print.3 lcrzo_process.3 \
- lcrzo_record.3 lcrzo_sniff.3 lcrzo_sock.3 lcrzo_spoof.3 \
- lcrzo_string.3 lcrzo_tcpopt.3 lcrzo_time.3 lcrzo_types.3 lcrzo_wait.3
-
-post-patch:
- cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
-
-.include <bsd.port.mk>