2008-01-04 12:48:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2008/01/04 17:48:37 espie Exp $
|
2007-01-12 07:50:37 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= daemon to modify pf tables from userland
|
2007-01-12 07:50:37 -05:00
|
|
|
|
2007-04-14 02:32:19 -04:00
|
|
|
DISTNAME= tabled-1.0.5
|
2007-01-12 07:50:37 -05:00
|
|
|
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.etc.msys.ch/software/tabled/
|
|
|
|
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.etc.msys.ch/pub/sources/tabled/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
|
2007-01-12 09:06:29 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tabled.conf ${PREFIX}/share/examples/
|
2007-01-12 07:50:37 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|