# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/sysutils/pftables/Makefile 385665 2015-05-07 20:24:15Z mat $
#

PORTNAME=	pftables
PORTVERSION=	0.1
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-
GH_TAGNAME=	6a29e7a

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>
