summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-05-11 08:25:30 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-05-11 08:25:30 +0000
commit3d029bfb4e93d9bc8956180686cb25ec4d1db482 (patch)
tree54989d99350ef8e59d6c87c95bc5a89e8960afec /dns/dnsutl/Makefile
parentUpdate metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0 (diff)
- Update to dnsutl 1.12
- Adopt port
Notes
Notes: svn path=/head/; revision=353656
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index 8fd57e9189d9..67dc65154c55 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -2,16 +2,22 @@
# $FreeBSD$
PORTNAME= dnsutl
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= dns
-MASTER_SITES= SF
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= johans@FreeBSD.org
COMMENT= Programs to make using DNS easier
-DESTDIRNAME= RPM_BUILD_ROOT
+LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain
+
GNU_CONFIGURE= yes
ALL_TARGET= all sure
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
.include <bsd.port.mk>