aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pftables/Makefile
blob: fae36d1292a88155a9da046913b2165a6a397d6d (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
# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD$
#

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>