1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/ipguard/Makefile
Renato Botelho edccd619fb - Support STAGE
- Modernize LIB_DEPENDS
- Add LICENSE
- Respect CC

Approved by:	portmgr (blanket infrastructure)
2014-02-11 16:48:58 +00:00

27 lines
671 B
Makefile

# Created by: SeaD
# $FreeBSD$
PORTNAME= ipguard
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://ipguard.deep.perm.ru/files/ http://deep.perm.ru/files/ipguard/
MAINTAINER= sead@deep.perm.ru
COMMENT= Tool designed to protect LAN IP address space by ARP spoofing
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
USE_RC_SUBR= ${PORTNAME}
PORTDOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
PLIST_FILES= sbin/ipguard \
man/man8/${PORTNAME}.8.gz
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>