631eab01cc
While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
26 lines
537 B
Makefile
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"
|