1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/pftables/Makefile
2021-04-06 16:31:07 +02:00

27 lines
486 B
Makefile

# Created by: Thomas Zander <riggs@FreeBSD.org>
#
PORTNAME= pftables
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= riggs@FreeBSD.org
COMMENT= Minimal rc script to save and restore pf tables upon reboots
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= riggs-
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= etc/rc.d/pftables
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pftables ${STAGEDIR}${PREFIX}/etc/rc.d
.include <bsd.port.mk>