summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
blob: 67dc65154c55c0fbffc54cdf4ae1a0738a7d0bc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>