summaryrefslogtreecommitdiff
path: root/sysutils/bareos18-traymonitor/Makefile
blob: 5084595ee71257a30a32fc29182b3df158e72692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

PORTNAME=	bareos

PKGNAMESUFFIX=	18-traymonitor

COMMENT=	Backup archiving recovery open sourced (traymonitor)

LIB_DEPENDS+=	libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \
		libbareos.so:sysutils/bareos18-client

CONFLICTS=	bacula*-bat-* bareos-traymonitor-*

USES=		pkgconfig gettext-runtime desktop-file-utils qt:5
USE_QT=		buildtools_build qmake_build uitools_build gui core
WITH_BAT=	yes

PLIST=		${.CURDIR}/pkg-plist
CFLAGS+=	-DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1

MASTERDIR=	${.CURDIR}/../../sysutils/bareos18-server

CMAKE_ARGS+=		-Dtraymonitor=yes \
			-Dbuild-dird=no \
			-Dbuild-stored=no \
			-Dclient-only=yes

.include "${MASTERDIR}/Makefile"