freebsd-ports/sysutils/bacula5-client-static/Makefile
Mark Linimon 631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00

28 lines
588 B
Makefile

# $FreeBSD$
PORTNAME= bacula
PKGNAMESUFFIX= 5-client-static
COMMENT= Network backup solution (static client)
CONFLICTS= bacula-client-static-*
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bacula5-server
PLIST_FILES= sbin/bacula-fd-static \
sbin/bconsole-static
OPTIONS_DEFINE= NLS OPENSSL
OPTIONS_DEFAULT=OPENSSL
CONFIGURE_ARGS+= --enable-client-only \
--enable-static-fd \
--enable-static-cons \
--disable-libtool \
--disable-build-dird \
--disable-build-stored
BROKEN_aarch64= Fails to link: missing sbrk
.include "${MASTERDIR}/Makefile"