aboutsummaryrefslogtreecommitdiffstats
path: root/dns/rbldnsd/Makefile
blob: 2c5d452d1410f0f0e91b9caea89d60986a960f1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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.996b
PORTREVISION=   1
CATEGORIES= dns
MASTER_SITES=   http://www.corpit.ru/mjt/rbldnsd/:0 \
        http://www.it.ca/~paul/src/:0
DISTFILES=  ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}:0

MAINTAINER= alexey@renatasystems.org
COMMENT=    Small and fast DNS daemon especially for DNSBL zones

.if !defined(NOPORTDOCS)
EXTRACT_ONLY+=  ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MASTER_SITES+=  http://www.corpit.ru/mjt/:1 \
        http://www.it.ca/~paul/src/:1
DISTFILES+= rbldnsd.html:1
IGNOREFILES+=   rbldnsd.html
.endif

RBLDNSUSER= rbldns
RBLDNSGROUP=    ${RBLDNSUSER}
ROOTDIR=    ${PREFIX}/etc/rbldnsd/

MAN8=       rbldnsd.8

HAS_CONFIGURE=  yes
USE_RC_SUBR=    rbldnsd
USERS=      rbldns
GROUPS=     ${USERS}
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES=  pkg-message

do-install:
        @if [ ! -d ${ROOTDIR} ]; then \
            ${MKDIR} ${ROOTDIR}; \
            ${CHMOD} 710 ${ROOTDIR}; \
            ${CHOWN} ${RBLDNSUSER}:${RBLDNSGROUP} ${ROOTDIR}; \
        fi
        @${INSTALL_DATA} -o ${RBLDNSUSER} -g ${RBLDNSGROUP} -m 640 \
            ${FILESDIR}/example ${PREFIX}/etc/rbldnsd/
        @${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} ${WRKSRC}/debian/changelog ${DOCSDIR}
        @${INSTALL_DATA} ${WRKSRC}/debian/copyright ${DOCSDIR}
        @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.default ${DOCSDIR}
        @${INSTALL_DATA} ${WRKSRC}/debian/rbldnsd.init ${DOCSDIR}
        @${INSTALL_DATA} ${WRKSRC}/rbldnsd.spec ${DOCSDIR}
        @${INSTALL_DATA} ${DISTDIR}/rbldnsd.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
79f6bcdfdc1004fd71881d543995622dd3c9'>- Use OPTIONS, add more optionspav2005-03-124-69/+70 * - Update to 2.3-20050309pav2005-03-124-92/+65 * Fix INDEX build.krion2005-03-121-1/+5 * - Reflect the state of art in gdesklets usagepav2005-03-122-2/+2 * - Allow MAINTAINER override in slave port(s)sergei2005-03-121-1/+1 * Add mail/qmail-spamcontrol slave port: qmail MTA + SpamControl patchessergei2005-03-126-0/+580 * - Allow addition to MASTER_SITES by slave ports - in preparationsergei2005-03-121-1/+1 * - Update to 0.0.26.flz2005-03-114-4/+55 * Update to 2.1.13krion2005-03-112-3/+3 * Change maintainer's e-mail.novel2005-03-111-1/+1 * - Update to 1.2.12sergei2005-03-102-3/+3 * Correctly handle difference between gets() and fgets(): The latter retainsvs2005-03-102-18/+93 * - Update to 2.3-20050308sem2005-03-104-89/+100 * Update to 1.01lth2005-03-102-3/+3 * Fix build on amd64.krion2005-03-101-2/+2 * Since maintainer (eik@) is MIA for undefined time, takekrion2005-03-101-1/+1 * Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.marcus2005-03-104-0/+1368 * Near miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE).lofi2005-03-091-1/+1 * - Fix WITH_AUTHLIB=yes case by patching LIBS in Makefile.in [1]sergei2005-03-091-1/+8 * open source implementation of the Sender ID specification as defineddinoex2005-03-099-0/+284 * PEAR::Net_LMTP provides an implementation of the RFC2033 LMTP usingpav2005-03-094-0/+32 * Update to 2.2.1vs2005-03-082-3/+3 * Use @freebsd.org address for my ports.novel2005-03-083-3/+3 * o Allow slave ports to:lioux2005-03-081-5/+5 * Fix mail/libspf2 support.krion2005-03-081-1/+2 * update to 1.9.5oliver2005-03-076-9/+9 * - Fix WITH_MUTT_SIDEBAR_PATCH patch.flz2005-03-072-2/+3 * Add WWW: line to pkg-descr.barner2005-03-071-0/+2 * - Update to RC2A snapshot of 20050302.1715pav2005-03-076-83/+63 * - Update to 3.2.7.20050302.1330pav2005-03-073-4/+11 * Update to 1.1.marcus2005-03-073-24/+29 * Upgrade to to 2.3-20050304.thierry2005-03-069-170/+114 * Add freepops 0.0.25, extensible webmail to pop3 interface.thierry2005-03-068-0/+142 * update to 5.0.2oliver2005-03-053-4/+3 * update to 4.0.2oliver2005-03-052-20/+28 * update to 0.55oliver2005-03-054-32/+42 * update to 1.9.4oliver2005-03-059-87/+15 * update to 1.0.3oliver2005-03-052-3/+3 * - Upgrade to 2.2-20050227 [1]sem2005-03-054-8/+22 * o Upgrade to release 1.00.clive2005-03-0510-137/+111 * Drop maintainershiplioux2005-03-051-1/+1 * Fix dependency to mail/cyrus-imapd2.thierry2005-03-053-3/+3 * - upgrade to 2.51.20050303leeym2005-03-042-5/+3 * Upgrade to 20050302.thierry2005-03-042-5/+5 * - Add two patches to mail/getmail to tell modules not to use "strict"clsung2005-03-043-0/+67 * Fix build if WITH_SA_EXIM is defined.krion2005-03-043-1/+3 * Reset maintainer on request: Liam no longer has time to work on this.vs2005-03-041-1/+1 * Update to 4.50krion2005-03-036-657/+41 * - Update to 11.21ahze2005-03-034-6/+6 * * Update to 2.1.1thierry2005-03-032-6/+5 * make(1) in 5.2.1-RELEASE can't handle the generated Makefiles either.lofi2005-03-031-1/+1 * - Respect HEIMDAL_HOMEpav2005-03-022-0/+8 * Updato to 0.90.1 release:ale2005-03-022-3/+3 * - Previously, postfix-gps distributes the maintaince script outsideclsung2005-03-026-16/+10 * Give more examples about the installation.delphij2005-03-022-8/+36 * Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0 * Add BSD master.passwd processing to pw2userdboliver2005-03-024-2/+210 * Update to 1.3.8vs2005-03-022-3/+3 * - fix Makefile [1]oliver2005-03-024-2/+10 * Upgrade to 20050228 snapshot (2.0 beta RC6).thierry2005-03-022-5/+5 * Fix S/MIME handling when a recipient certificate has to be selected interacti...vs2005-03-022-1/+14 * - update to 2.4 to chase distfilesclsung2005-03-012-3/+4 * OPTIONS'ifyoliver2005-03-013-45/+33 * update to 1.0.2oliver2005-03-012-4/+4 * - update to openwebmail-2.51(-20050228)leeym2005-03-015-9/+22 * Change email address in ports maintained by me to barner@FreeBSD.orgbarner2005-02-281-1/+1 * - Preserve customized quarantine-attachments.txt at de-installationsergei2005-02-282-2/+2 * - Untested attempt to whip this port into shape:pav2005-02-283-6/+43 * Mark IGNORE; these ports hang during the build.kris2005-02-283-0/+6 * fix build.ume2005-02-283-3/+3 * BROKEN: Size mismatchkris2005-02-283-0/+6 * - add new MASTER SITEleeym2005-02-281-1/+2 * BROKEN: Uses non-standard httpd directorykris2005-02-281-0/+2 * BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2 * BROKEN: Changes permissions on previously-installed fileskris2005-02-281-0/+2 * - Update to 0.3.3pav2005-02-282-3/+3 * o Update to 1.0.3lioux2005-02-282-5/+4 * Update to 2.2-20050218vs2005-02-282-3/+3 * Remove port: Obsoletevs2005-02-287-59/+0 * - Fix security vulnerability (buffer overflow)pav2005-02-274-2/+80 * Fix thread compilembr2005-02-272-6/+10 * Upgrade to 1.2 which contains some security fixes.mbr2005-02-272-3/+3 * Upgrade to up-imapproxy-1.2.3mbr2005-02-273-283/+3 * - add clamfilter-0.5leeym2005-02-277-0/+150 * use ${ECHO_CMD} rather than echo.ume2005-02-273-9/+9 * simplify more.ume2005-02-273-33/+3 * simplify the logic how to detect multiple BDB versionsume2005-02-273-51/+45 * - add WWW: in pkg-descrleeym2005-02-272-0/+3 * - add WWW in pkg-descrleeym2005-02-271-0/+2 * Upgrade to 2.0 beta RC6.thierry2005-02-262-7/+7 * - Update to 0.99.14pav2005-02-264-6/+6 * some cleanup.ume2005-02-263-45/+63 * Update to version 0.36krion2005-02-252-5/+5 * Update to 4.8.0vs2005-02-252-3/+3 * Fixed plistlth2005-02-251-0/+1 * Update to dspam-devel-3.4.r1.20050216.0945leeym2005-02-255-49/+155 * Update to 3.2.7leeym2005-02-253-5/+12 * make it compilable with Intel(R) C Compiler.ume2005-02-253-0/+39 * * Update to 1.0.15leeym2005-02-253-16/+33 * Update to 2.1.18.ume2005-02-242-20/+20 * Unbreak on 4.x: Add missing -ltermcapvs2005-02-242-5/+1 * Update to 2.2.12.ume2005-02-2412-69/+132 * remove liboeijliao2005-02-235-40/+0 * Update to 1.3.7vs2005-02-232-3/+3 * Update to 1.6.4lth2005-02-223-9/+9 * Update to 1.01lth2005-02-222-8/+6 * - Build fails under RELENG_4 unless USE_GMAKE=yes.sergei2005-02-221-0/+4 * - Update pkg-descr with new URLclsung2005-02-221-1/+1 * Update port to 4.3.3 (which includes fixes for avoiding delivery ofclsung2005-02-222-4/+4 * Update to version 2.1.12krion2005-02-222-3/+3 * Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)mat2005-02-221-3/+4 * - Update to 0.14.3sergei2005-02-212-3/+3 * update to 1.9.3oliver2005-02-219-9/+81 * - Update to the latest version - 1.8.0sergei2005-02-216-119/+31 * - update MASTER_SITESdinoex2005-02-211-1/+1 * Remove references to ports recently deleted.kris2005-02-212-4/+2 * Fix jboss4 deploy pathhq2005-02-211-2/+2 * Update to 2.12.2.nobutaka2005-02-212-3/+3 * Update to version 1.41krion2005-02-194-5/+16 * Fix MASTER_SITES.krion2005-02-191-1/+1 * - update to 2.3clsung2005-02-192-3/+3 * As previously announced, remove ports that have reached their expiry date,kris2005-02-1947-1221/+0 * Update to 2.0.4.adamw2005-02-194-115/+3 * Update to 2.0.4.adamw2005-02-196-8/+6 * Link with PTHREAD libs (unconditionally) for the benefit of plugins whichnetchild2005-02-192-4/+6 * - set as DEPRECATEDdinoex2005-02-182-0/+4 * - use /tmp not /var/tmp for mail.localdinoex2005-02-18