Update security/lynis to version 2.5.1
[dports.git] / security / ipfwcount / Makefile
1 # Created by: Robert Archer <freebsd@deathbeforedecaf.net>
2 # $FreeBSD$
3
4 PORTNAME=       ipfwcount
5 PORTVERSION=    0.2.1
6 PORTREVISION=   1
7 CATEGORIES=     security
8 MASTER_SITES=   http://deathbeforedecaf.net/misc/ports/ \
9                 http://users.netleader.com.au/~rob/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Summarise ipfw logs by counting and sorting the fields
13
14 USES=           perl5 shebangfix
15 SHEBANG_FILES=  ipfwcount
16
17 PLIST_FILES=    bin/ipfwcount man/man1/ipfwcount.1.gz
18 PORTEXAMPLES=   100.ipfwcount
19
20 SUB_FILES=      pkg-message
21
22 OPTIONS_DEFINE= EXAMPLES
23
24 do-build:
25         cd ${WRKSRC} && pod2man ipfwcount > ipfwcount.1
26
27 do-install:
28         ${INSTALL_SCRIPT} ${WRKSRC}/ipfwcount ${STAGEDIR}${PREFIX}/bin
29         ${INSTALL_MAN} ${WRKSRC}/ipfwcount.1 ${STAGEDIR}${PREFIX}/man/man1
30         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
31         ${INSTALL_SCRIPT} ${WRKSRC}/100.ipfwcount ${STAGEDIR}${EXAMPLESDIR}
32
33 .include <bsd.port.mk>