mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bacula
|
|
PKGNAMESUFFIX= -client-static
|
|
|
|
COMMENT= Network backup solution (static client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
|
|
|
|
OPTIONS_DEFINE= NLS OPENSSL
|
|
OPTIONS_DEFAULT=NLS OPENSSL
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only \
|
|
--enable-static-fd \
|
|
--enable-static-cons \
|
|
--disable-libtool \
|
|
--disable-build-dird \
|
|
--disable-build-stored
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|