c4dabce681
rc script not included from the original diff because ipguard needs to be teached to return the proper code when failing to start. maintainer timeout from Gonzalo L. R.
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/03/30 07:24:45 ajacoutot Exp $
|
|
|
|
COMMENT = protect LAN IP address space by ARP spoofing
|
|
|
|
DISTNAME = ipguard-1.04
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = http://ipguard.deep.perm.ru/
|
|
MASTER_SITES = ${HOMEPAGE}files/
|
|
|
|
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c pcap lib/libnet-1.1/net=11
|
|
|
|
LIB_DEPENDS = libnet->=1.1.2.1p0,<1.2:net/libnet/1.1
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|