1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-mgmt/packit/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

34 lines
659 B
Makefile

PORTNAME= packit
DISTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Network auditing tool
WWW= https://github.com/eribertomota/packit
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= share/man/man8/packit.8.gz \
sbin/packit
OPTIONS_DEFINE= CAPTURE INJECTION
OPTIONS_DEFAULT= CAPTURE INJECTION
CAPTURE_DESC= Capture support
INJECTION_DESC= Injection support
CAPTURE_CONFIGURE_OFF= --without-capture
INJECTION_CONFIGURE_OFF= --without-injection
.include <bsd.port.mk>