mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
38 lines
856 B
Makefile
38 lines
856 B
Makefile
# New ports collection makefile for: ipguard
|
|
# Date created: 2 Sep 2005
|
|
# Whom: SeaD
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipguard
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://ipguard.deep.perm.ru/files/
|
|
|
|
MAINTAINER= sead@mail.ru
|
|
COMMENT= Tool designed to protect LAN IP adress space by ARP spoofing
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
MAN8= ipguard.8
|
|
|
|
ETHERS?= /etc/ethers
|
|
|
|
MAKE_ARGS+= ETHERS=${ETHERS}
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= ETHERS=${ETHERS}
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ipguard ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/doc/ipguard.8 ${MANPREFIX}/man/man8
|
|
${INSTALL_SCRIPT} ${WRKSRC}/doc/ipguard.sh.sample ${PREFIX}/etc/rc.d
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|