freebsd-ports/sysutils/bacula-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

26 lines
537 B
Makefile

# $FreeBSD$
PORTNAME= bacula
PKGNAMESUFFIX= -client-static
COMMENT= Network backup solution (static client)
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
PLIST_FILES= sbin/bacula-fd-static \
sbin/bconsole-static
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT=#
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"