freebsd-ports/dns/dnsutl/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
536 B
Makefile

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