Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / packit / Makefile
1 PORTNAME=       packit
2 PORTVERSION=    1.8
3 PORTREVISION=   1
4 CATEGORIES=     net-mgmt
5
6 MAINTAINER=     ehaupt@FreeBSD.org
7 COMMENT=        Network auditing tool
8 WWW=            https://github.com/eribertomota/packit
9
10 LICENSE=        GPLv2
11 LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13 LIB_DEPENDS=    libnet.so:net/libnet
14
15 USES=           autoreconf localbase
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     eribertomota
18
19 GNU_CONFIGURE=  yes
20
21 PLIST_FILES=    man/man8/packit.8.gz \
22                 sbin/packit
23
24 OPTIONS_DEFINE=         CAPTURE INJECTION
25 OPTIONS_DEFAULT=        CAPTURE INJECTION
26
27 CAPTURE_DESC=   Capture support
28 INJECTION_DESC= Injection support
29
30 CAPTURE_CONFIGURE_OFF=          --without-capture
31 INJECTION_CONFIGURE_OFF=        --without-injection
32
33 .include <bsd.port.mk>