aboutsummaryrefslogtreecommitdiff
path: root/net/libnet10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnet10/Makefile')
-rw-r--r--net/libnet10/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
deleted file mode 100644
index 91f477bfa0f7..000000000000
--- a/net/libnet10/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Ports collection makefile for: libnet
-# Date created: Sun Feb 3, 1999
-# Whom: shipley@dis.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= libnet
-PORTVERSION= 1.0.2a
-CATEGORIES= net
-MASTER_SITES= http://www.packetfactory.net/libnet/dist/
-
-MAINTAINER= shipley@dis.org
-
-MAN3= libnet.3
-
-USE_AUTOCONF= yes
-
-WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
-MAN3= libnet.3
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/libnet.3 ${PREFIX}/man/man3
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/libnet
- @${MKDIR} ${PREFIX}/share/doc/libnet/examples
- @${MKDIR} ${PREFIX}/share/doc/libnet/ancillary
-.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README TODO-1.0 TODO-1.1
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libnet
-.endfor
-.for i in README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets
- ${INSTALL_DATA} ${WRKSRC}/doc/Ancillary/${i} ${PREFIX}/share/doc/libnet/ancillary
-.endfor
-.for i in libnet-example-1.c libnet-example-2.c libnet-example-3.c libnet-example-4.c
- ${INSTALL_DATA} ${WRKSRC}/example/${i} ${PREFIX}/share/doc/libnet/examples
-.endfor
-.endif
-
-.include <bsd.port.mk>