freebsd-ports/net/libnet10/Makefile
Michael C . Wu 831c2fb2b6 Update this port and close the PR that has been open for a
long time.  Maintainer has not responded to the PR at all.

PR: 28656
Submitted by:	cnh@netVmg.com
2001-07-12 21:32:41 +00:00

40 lines
1.1 KiB
Makefile

# 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>