mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
25 lines
459 B
Makefile
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
|