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