mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d6aaca08db
In the master port, adjust the PKGNAMESUFFIX for bat to be 9-bat This allows bacula9-bat to build
31 lines
629 B
Makefile
31 lines
629 B
Makefile
# Created by: Dan Langille <dan@langille.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bacula
|
|
PKGNAMESUFFIX= 9-bat
|
|
|
|
COMMENT= Network backup solution (GUI)
|
|
|
|
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
|
|
libbac.so:sysutils/bacula9-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/bacula9-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"
|