2012-02-21 17:29:43 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2012/02/21 22:29:43 sthen 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
|
2012-02-21 17:29:43 -05:00
|
|
|
REVISION= 4
|
2007-01-12 07:50:37 -05:00
|
|
|
|
2012-02-21 17:29:43 -05:00
|
|
|
CATEGORIES= sysutils
|
2007-01-12 07:50:37 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.etc.msys.ch/software/tabled/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2012-02-21 17:29:43 -05:00
|
|
|
WANTLIB += c
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2007-01-12 07:50:37 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2011-06-23 18:50:26 -04:00
|
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|
|
|
|
2007-01-12 07:50:37 -05:00
|
|
|
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>
|