summaryrefslogtreecommitdiffstats
path: root/dns/rbldnsd/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-30 00:45:27 +0000
committeredwin <edwin@FreeBSD.org>2003-08-30 00:45:27 +0000
commited39b703edad2a81c34a578a6bf40a0c155fa803 (patch)
tree3a55bd8394f34a6ed1815d3b5a8d53ce08e5f19e /dns/rbldnsd/Makefile
parent604c683923a3ac9fb1eced680a7baffe537f0960 (diff)
downloadFreeBSD-ports-ed39b703edad2a81c34a578a6bf40a0c155fa803.zip
FreeBSD-ports-ed39b703edad2a81c34a578a6bf40a0c155fa803.tar.gz
New port: net/rbldnsd - small fast DNS server for DNSBL zones
A very small and fast DNS server made especially for DNSBL zones. Inspired by Dan J Bernstein's rbldns from djbdns, but entirely original (and faster and more featureful). PR: ports/53274 Submitted by: Paul Chvostek <paul+fbsd@it.ca>
Diffstat (limited to 'dns/rbldnsd/Makefile')
-rw-r--r--dns/rbldnsd/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile
new file mode 100644
index 0000000..585f349
--- /dev/null
+++ b/dns/rbldnsd/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: rbldnsd
+# Date created: Fri Jun 13 05:30:12 EDT 2003
+# Whom: Paul Chvostek <paul@it.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rbldnsd
+PORTVERSION= 0.96
+CATEGORIES= dns
+MASTER_SITES= http://www.it.ca/~paul/src/:0
+DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0
+
+MAINTAINER= paul+ports@it.ca
+COMMENT= Small and fast DNS daemon especially for DNSBL zones
+
+.if !defined(NOPORTDOCS)
+EXTRACT_ONLY= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
+MASTER_SITES+= http://www.it.ca/~paul/src/:1
+DISTFILES+= rbldnsd.html:1
+.endif
+
+MAN8= rbldnsd.8
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/rbldnsd ${PREFIX}/sbin/
+ @${INSTALL_MAN} ${WRKSRC}/rbldnsd.8 ${PREFIX}/man/man8/
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/CHANGES-0.81 ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
+ @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud