summaryrefslogtreecommitdiff
path: root/dns/fastresolve/Makefile
blob: 1119c1559a27356568f1787717fcaeaf9dd02a33 (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
# New ports collection makefile for:	fastresolve
# Date created:		11 June 2002
# Whom:			verm@drunkmonk.net
#
# $FreeBSD$
#

PORTNAME=	fastresolve
PORTVERSION=	2.10
PORTREVISION=	4
CATEGORIES=	dns
MASTER_SITES=	http://www.djmnet.org/sw/dist/

MAINTAINER=	mm@FreeBSD.org
COMMENT=	Programs that process web logs to get DNS and domain ownership info

LIB_DEPENDS=	adns.1:${PORTSDIR}/dns/adns
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_BZIP2=	yes
USE_PERL5=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes
CONFIGURE_ENV=	PERL=${PERL}
LDFLAGS+=	-L${LOCALBASE}/lib
CXXFLAGS+=	-I${LOCALBASE}/include
USE_AUTOTOOLS=	aclocal14 automake14 autoconf213

USE_BDB=	yes
CONFIGURE_ARGS=	--with-bdb-lib=-l${BDB_LIB_CXX_NAME} --with-bdb-incdir=${BDB_INCLUDE_DIR}

MAN1=	dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
	expire-ip-db.1 getdominfo.1 rebuild-dom-db.1 rebuild-ip-db.1 \
	reresolve.1 make-report.1

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in AUTHORS COPYING ChangeLog INSTALL NEWS README
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
	@${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/doc/timings ${DOCSDIR}
.endif

.include <bsd.port.post.mk>