summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dns/dnsutl/Makefile14
-rw-r--r--dns/dnsutl/distinfo4
2 files changed, 12 insertions, 6 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>
diff --git a/dns/dnsutl/distinfo b/dns/dnsutl/distinfo
index 90809106db15..da380e338174 100644
--- a/dns/dnsutl/distinfo
+++ b/dns/dnsutl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dnsutl-1.11.tar.gz) = e63658fc45e5b88eaff677867b2af1e973a63bdd54e7329b9cddc0a6c8459f0b
-SIZE (dnsutl-1.11.tar.gz) = 382860
+SHA256 (dnsutl-1.12.tar.gz) = 194a5c4b845b4877f116fbe9c9d604ebb74594565a9bcbac04b15992df6d459e
+SIZE (dnsutl-1.12.tar.gz) = 387768