aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/packit/Makefile
blob: b6ec2e07bb74b1b62d779d26bd1e5b4d959afaec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Kirill Ponomarew <ponomarew@oberon.net>

PORTNAME=	packit
PORTVERSION=	1.7
CATEGORIES=	net-mgmt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Network auditing tool

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libnet.so:net/libnet

USES=		autoreconf localbase
USE_GITHUB=	yes
GH_ACCOUNT=	eribertomota

GNU_CONFIGURE=	yes

PLIST_FILES=	sbin/packit \
		man/man8/packit.8.gz

OPTIONS_DEFINE=	CAPTURE INJECTION

CAPTURE_DESC=	Capture support
INJECTION_DESC=	Injection support

OPTIONS_DEFAULT=CAPTURE INJECTION

CAPTURE_CONFIGURE_OFF=		--without-capture
INJECTION_CONFIGURE_OFF=	--without-injection

.include <bsd.port.mk>