Files
bsdports/_unused/dnsutl/Makefile
2019-12-26 07:26:06 +00:00

25 lines
459 B
Makefile

#
# $Id$
#
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:devel/libexplain
GNU_CONFIGURE= yes
ALL_TARGET= all
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>
#EOF