freebsd-ports/security/ipfwcount/Makefile
2019-08-05 06:37:30 +00:00

36 lines
874 B
Makefile

# Created by: Robert Archer <freebsd@deathbeforedecaf.net>
# $FreeBSD$
PORTNAME= ipfwcount
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \
http://users.netleader.com.au/~rob/
MAINTAINER= ports@FreeBSD.org
COMMENT= Summarise ipfw logs by counting and sorting the fields
BROKEN= unfetchable
USES= perl5 shebangfix
SHEBANG_FILES= ipfwcount
PLIST_FILES= bin/ipfwcount man/man1/ipfwcount.1.gz
PORTEXAMPLES= 100.ipfwcount
SUB_FILES= pkg-message
OPTIONS_DEFINE= EXAMPLES
do-build:
cd ${WRKSRC} && pod2man ipfwcount > ipfwcount.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ipfwcount ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ipfwcount.1 ${STAGEDIR}${PREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/100.ipfwcount ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>