openbsd-ports/sysutils/tabled/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

29 lines
574 B
Makefile

# $OpenBSD: Makefile,v 1.13 2009/09/15 17:37:22 jasper Exp $
COMMENT= daemon to modify pf tables from userland
DISTNAME= tabled-1.0.5
PKGNAME= ${DISTNAME}p1
CATEGORIES= sysutils
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
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
${INSTALL_DATA} ${WRKSRC}/tabled.conf ${PREFIX}/share/examples/
.include <bsd.port.mk>