Lines 6-20
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ipguard |
8 |
PORTNAME= ipguard |
9 |
PORTVERSION= 0.04 |
9 |
PORTVERSION= 1.00 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= security net |
10 |
CATEGORIES= security net |
12 |
MASTER_SITES= http://ipguard.deep.perm.ru/files/ |
11 |
MASTER_SITES= http://ipguard.deep.perm.ru/files/ |
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Tool designed to protect LAN IP adress space by ARP spoofing |
14 |
COMMENT= Tool designed to protect LAN IP adress space by ARP spoofing |
16 |
|
15 |
|
17 |
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 |
16 |
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet |
18 |
|
17 |
|
19 |
MAN8= ipguard.8 |
18 |
MAN8= ipguard.8 |
20 |
|
19 |
|
Lines 25-31
Link Here
|
25 |
SUB_FILES= pkg-message |
24 |
SUB_FILES= pkg-message |
26 |
SUB_LIST= ETHERS=${ETHERS} |
25 |
SUB_LIST= ETHERS=${ETHERS} |
27 |
|
26 |
|
28 |
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config |
27 |
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config |
29 |
|
28 |
|
30 |
post-patch: |
29 |
post-patch: |
31 |
@${REINPLACE_CMD} -Ee \ |
30 |
@${REINPLACE_CMD} -Ee \ |