If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
22 lines
356 B
Makefile
22 lines
356 B
Makefile
COMMENT = protect LAN IP address space by ARP spoofing
|
|
|
|
DISTNAME = ipguard-1.04
|
|
CATEGORIES = security
|
|
REVISION = 4
|
|
|
|
HOMEPAGE = http://ipguard.deep.perm.ru/
|
|
MASTER_SITES = ${HOMEPAGE}files/
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pcap lib/libnet-1.1/net=11
|
|
|
|
LIB_DEPENDS = net/libnet/1.1
|
|
|
|
MAKE_FLAGS = CC="${CC}"
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|