mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d8e5efd339
Ports have been modified to conflict with bacula- and PKGNAMESUFFIX changed accordingly. PR: 191311 Submitted by: maintainer
27 lines
546 B
Makefile
27 lines
546 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=NLS OPENSSL
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only \
|
|
--enable-static-fd \
|
|
--enable-static-cons \
|
|
--disable-libtool \
|
|
--disable-build-dird \
|
|
--disable-build-stored
|
|
|
|
.include "${MASTERDIR}/Makefile"
|