freebsd-ports/net/ipsumdump/Makefile
Martin Wilke b2c357ab88 - Update to 1.84
- Pet portlint

PR:		189794
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-18 07:24:15 +00:00

40 lines
897 B
Makefile

# Created by: Kirill Ponomarew <krion@FreeBSD.org>
# $FreeBSD$
PORTNAME= ipsumdump
PORTVERSION= 1.84
CATEGORIES= net
MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
USES= gmake perl5
GNU_CONFIGURE= yes
USE_PERL5= build
PORTDOCS= README.md
PLIST_FILES= bin/ipaggcreate bin/ipsumdump bin/ipaggmanip \
man/man1/${PORTNAME}.1.gz man/man1/ipaggmanip.1.gz \
man/man1/ipaggcreate.1.gz
OPTIONS_DEFINE= IPV6 DOCS
OPTIONS_SUB= yes
IPV6_CONFIGURE_ENABLE= ipv6
.include <bsd.port.options.mk>
# Try to unbreak parallel (-jX) builds
post-patch:
@${ECHO_CMD} 'src: @LIBCLICK_TARGET@' >> ${WRKSRC}/Makefile.in
.if ${PORT_OPTIONS:MIPV6}
CATEGORIES+= ipv6
.endif
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>