openbsd-ports/net/rbldnsd/Makefile
gonzalo 12c767427a Update to version 0.996b, with fixes.
While here, USE_GROFF is not needed, change _rbldns user homedir from
/var/empty to /nonexistent and we can still use -r /var/empty for the
chroot dir. Tested on i386.

OK, william@ (maintainer), aja@
2012-04-21 14:57:49 +00:00

34 lines
714 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/04/21 14:57:49 gonzalo Exp $
COMMENT= small daemon for DNSBLs
DISTNAME= rbldnsd_0.996b
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net
HOMEPAGE= http://www.corpit.ru/mjt/rbldnsd.html
MAINTAINER= William Yodlowsky <william@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/ \
http://openbsd.rutgers.edu/
CONFIGURE_STYLE=simple
WRKDIST= ${WRKDIR}/${DISTNAME:S/rbldnsd_/rbldnsd-/}
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8
.include <bsd.port.mk>