Files
ports/security/ipguard/Makefile
Muhammad Moinur Rahman 916bb8a143 security/ipguard: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 14:19:43 +01:00

28 lines
708 B
Makefile

PORTNAME= ipguard
PORTVERSION= 1.04
PORTREVISION= 5
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
WWW= http://ipguard.deep.perm.ru/
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libnet.so:net/libnet
USE_RC_SUBR= ${PORTNAME}
CFLAGS+= -fcommon
PORTDOCS= COPYRIGHT NEWS README README.tcpdump README.log ethers.sample rfc826.txt
PLIST_FILES= sbin/ipguard \
share/man/man8/${PORTNAME}.8.gz
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>