mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
31 lines
626 B
Makefile
31 lines
626 B
Makefile
# Created by: Dan Langille <dan@langille.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bacula
|
|
PKGNAMESUFFIX= -bat
|
|
|
|
COMMENT= Network backup solution (GUI)
|
|
|
|
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
|
|
libbac.so:sysutils/bacula-client
|
|
|
|
USES= pkgconfig
|
|
USE_QT4= qmake_build uic_build moc_build rcc_build
|
|
WITH_BAT= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
MAKE_ENV+= MAKEOBJDIRPREFIX=/
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
|
|
|
|
CONFIGURE_ARGS+= --enable-bat \
|
|
--with-qwt=${LOCALBASE}/lib \
|
|
--disable-build-dird \
|
|
--disable-build-stored \
|
|
--enable-client-only
|
|
|
|
OPTIONS_DEFINE= #
|
|
OPTIONS_DEFAULT=#
|
|
|
|
.include "${MASTERDIR}/Makefile"
|