diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:36:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:36:32 +0000 |
commit | 759a8b35fc5bde2be08727b55191e5e913b3d0f7 (patch) | |
tree | 4e848102cbb5630d34c42aef6f32d2a3484b28d4 /dns/fastresolve/Makefile | |
parent | fdd1d67fea2f36feb573427d25142c6f3c1af947 (diff) | |
download | ports-759a8b35fc5bde2be08727b55191e5e913b3d0f7.tar.gz ports-759a8b35fc5bde2be08727b55191e5e913b3d0f7.zip |
Notes
Diffstat (limited to 'dns/fastresolve/Makefile')
-rw-r--r-- | dns/fastresolve/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile new file mode 100644 index 000000000000..6831d168f180 --- /dev/null +++ b/dns/fastresolve/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: fastresolve +# Date created: 11 June 2002 +# Whom: verm@drunkmonk.net +# +# $FreeBSD$ +# + +PORTNAME= fastresolve +PORTVERSION= 2.8 +CATEGORIES= sysutils +MASTER_SITES= http://www.pix.net/staff/djm/sw/dist/ + +MAINTAINER= verm@drunkmonk.net + +LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 \ + adns.1:${PORTSDIR}/net/adns + +USE_BZIP2= yes +USE_GMAKE= yes +USE_AUTOMAKE= yes +AUTOMAKE_ARGS= -a +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CXXFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" + +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> + +pre-configure: + @(cd ${WRKSRC} && aclocal14) + +.include <bsd.port.post.mk> |