diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-05-11 08:25:30 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-05-11 08:25:30 +0000 |
commit | 3d029bfb4e93d9bc8956180686cb25ec4d1db482 (patch) | |
tree | 54989d99350ef8e59d6c87c95bc5a89e8960afec /dns/dnsutl/Makefile | |
parent | dd4ca3b5579f83e94415654ccd534eefd52038d4 (diff) | |
download | ports-3d029bfb4e93d9bc8956180686cb25ec4d1db482.tar.gz ports-3d029bfb4e93d9bc8956180686cb25ec4d1db482.zip |
Notes
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r-- | dns/dnsutl/Makefile | 14 |
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> |