Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / security / ipguard / Makefile
1 # Created by: SeaD
2 # $FreeBSD$
3
4 PORTNAME=       ipguard
5 PORTVERSION=    1.04
6 PORTREVISION=   2
7 CATEGORIES=     security net
8 MASTER_SITES=   http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/
9
10 MAINTAINER=     sead@deep.perm.ru
11 COMMENT=        Tool designed to protect LAN IP address space by ARP spoofing
12
13 LICENSE=        BSD2CLAUSE
14
15 LIB_DEPENDS=    libnet.so:${PORTSDIR}/net/libnet
16
17 USE_RC_SUBR=    ${PORTNAME}
18 PORTDOCS=       COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
19 PLIST_FILES=    sbin/ipguard \
20                 man/man8/${PORTNAME}.8.gz
21
22 post-install:
23         @${MKDIR} ${STAGEDIR}${DOCSDIR}
24         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
25
26 .include <bsd.port.mk>