1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/bacula5-client-static/Makefile
William Grzybowski d8e5efd339 Copy bacula ports preparing to bacula 7.x update
Ports have been modified to conflict with bacula- and PKGNAMESUFFIX changed
accordingly.

PR:		191311
Submitted by:	maintainer
2014-08-07 19:21:45 +00:00

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"