1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/dns/dnsutl/Makefile
Johan van Selst 3d029bfb4e - Update to dnsutl 1.12
- Adopt port
2014-05-11 08:25:30 +00:00

24 lines
532 B
Makefile

# Created by: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
# $FreeBSD$
PORTNAME= dnsutl
PORTVERSION= 1.12
CATEGORIES= dns
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Programs to make using DNS easier
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>