freebsd-ports/dns/dnsutl/Makefile

25 lines
548 B
Makefile
Raw Normal View History

# Created by: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
1999-08-30 16:24:37 +02:00
# $FreeBSD$
PORTNAME= dnsutl
2014-05-11 10:25:30 +02:00
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= dns
2014-05-11 10:25:30 +02:00
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
2014-05-11 10:25:30 +02:00
MAINTAINER= johans@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Programs to make using DNS easier
2014-05-11 10:25:30 +02:00
LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain
GNU_CONFIGURE= yes
ALL_TARGET= all sure
2014-05-11 10:25:30 +02:00
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
2014-05-11 10:25:30 +02:00
post-install:
${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>