aboutsummaryrefslogtreecommitdiffstats
path: root/dns/fastresolve/Makefile
blob: 71b2b9c929cd7219539d4632f834b419b49b6ccb (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
# Created by: Amar Takhar <verm@drunkmonk.net>
# $FreeBSD$

PORTNAME=   fastresolve
PORTVERSION=    2.10
PORTREVISION=   6
CATEGORIES= dns
MASTER_SITES=   http://BSDforge.com/projects/source/dns/fastresolve/

MAINTAINER= portmaster@BSDforge.com
COMMENT=    Programs to get DNS and domain ownership information from web logs

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libadns.so:dns/adns
RUN_DEPENDS=    p5-BerkeleyDB>=0:databases/p5-BerkeleyDB

USES=       bdb localbase:ldflags perl5 tar:bzip2
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  PERL=${PERL} \
        djm_cv_lib_db_Dbopen=yes

LDFLAGS+=   -L${BDB_LIB_DIR}
CXXFLAGS+=  -I${BDB_INCLUDE_DIR}

OPTIONS_DEFINE= DOCS

post-patch:
    @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/' \
        ${WRKSRC}/configure

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in AUTHORS COPYING ChangeLog INSTALL NEWS README
    ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
    ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/timings ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
d>12-206/+298 * - Update to 3.4.12sunpoet2015-02-202-6/+5 * - Update to 3.4.11madpilot2015-01-175-70/+28 * www/squid: implement proper backtrace supportrea2014-12-222-1/+128 * Remove a directory that is created/deleted by rc script from stagedirantoine2014-12-211-0/+1 * Add security/nettle dependency and fix pkg-plist.kevlo2014-12-202-3/+6 * www/squid: Upgrade version 3.4.9 => 3.4.10marino2014-12-102-4/+3 * Allow building with clang 3.5antoine2014-12-051-7/+11 * swapdir should be in /var/squid/cache.kevlo2014-11-263-3/+3 * www/squid: Remove one file from SHEBANG_FILESmarino2014-11-031-1/+0 * www/squid: Upgrade version 3.4.8 => 3.4.9marino2014-11-013-60/+9 * www/squid: DragonFly needs an include CFLAG with Kerberosmarino2014-10-231-0/+1 * Since http://bazaar.launchpad.net/~squid/squid/3-trunk/revision/12842,flo2014-10-161-2/+3 * Add CPE info to squid ports.madpilot2014-09-221-1/+2 * - Make diskd and rock storage schemes options (diskd enabled by default) [1]madpilot2014-09-203-10/+33 * - Unbreak ECAP optionamdmi32014-09-181-12/+1 * Update squid to 3.4.8 and add patches to squid33.madpilot2014-09-182-5/+4 * www/squid and www/squid33: Fix plist error depending on selected optionsmarino2014-09-182-2/+3 * www/squid: Upgrade version 2.7.9 => 3.4.7marino2014-09-1619-1237/+2667 * Retire www/squid in a month, and deprecate 6 dependent ports toomarino2014-08-171-0/+3 * Stage www/squidmarino2014-08-121-22/+30 * www/squid, squid32, squid33: Reset maintainermarino2014-08-111-1/+1 * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1 * Rename www/ patch-xy patches to reflect the files they modify.adamw2014-07-291-0/+0 * net/openldap24-*:tijl2014-07-251-1/+1 * Fix some non default LIB_DEPENDSbapt2014-07-161-1/+1 * Fixup pkgnames.mat2013-12-051-1/+1 * Fix typo in OPTIONS_DEFINE.mat2013-10-011-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1