aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
blob: d00040b2f47396ed7d372db8899619b5ea3be689 (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
24
25
26
27
PORTNAME=	dnsutl
PORTVERSION=	1.12
PORTREVISION=	3
CATEGORIES=	dns
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Programs to make using DNS easier
WWW=		https://dnsutl.sourceforge.net/

LIB_DEPENDS=	libexplain.so:devel/libexplain

BROKEN_aarch64=		fails to package: FAILED test of common/srrf.c file
BROKEN_armv6=		fails to package: FAILED test of common/srrf.c file
BROKEN_armv7=		fails to package: FAILED test of common/srrf.c file

GNU_CONFIGURE=	yes
ALL_TARGET=	all sure
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE=	yes
USES=		groff

post-install:
	${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>