2006-11-23 13:02:29 +01:00
|
|
|
# New ports collection makefile for: pftabled
|
|
|
|
# Date created: 2006-11-21
|
|
|
|
# Whom: Bartlomiej Rutkowski <r@robakdesign.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pftabled
|
|
|
|
PORTVERSION= 1.06
|
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTER_SITES= http://www.wolfermann.org/
|
|
|
|
|
2008-09-03 05:37:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-11-23 13:02:29 +01:00
|
|
|
COMMENT= The pftabled is a tool to manage your pf tables remotely
|
|
|
|
|
|
|
|
USE_RC_SUBR= pftabled
|
|
|
|
|
|
|
|
MAN1= pftabled.0
|
|
|
|
|
|
|
|
PLIST_FILES= bin/pftabled-client sbin/pftabled
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-10-04 04:24:29 +02:00
|
|
|
.include <bsd.port.mk>
|