bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
29 lines
684 B
Makefile
29 lines
684 B
Makefile
# Created by: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnsutl
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Programs to make using DNS easier
|
|
|
|
LIB_DEPENDS= libexplain.so:devel/libexplain
|
|
|
|
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}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|