Files
ports/sysutils/bareos-traymonitor/Makefile
T
2026-06-22 19:49:51 -07:00

31 lines
698 B
Makefile

PORTREVISION= 0
PKGNAMESUFFIX= -traymonitor
COMMENT= Backup archiving recovery open sourced (traymonitor)
LIB_DEPENDS+= libbareos.so:sysutils/bareos-client
CONFLICTS= bareos23-traymonitor-qt5 bareos23-traymonitor-qt6 \
bareos24-traymonitor
USES= desktop-file-utils gettext-runtime pkgconfig qt:6
USE_QT= base:run declarative:build tools:build
CMAKE_ARGS+= -Dbat-qt6=yes
WITH_BAT= yes
PLIST= ${.CURDIR}/pkg-plist
CFLAGS+= -DMDB_DSYNC=O_SYNC -DMDB_USE_POSIX_SEM=1
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
CMAKE_ARGS+= -Dtraymonitor=yes \
-Dbuild-dird=no \
-Dbuild-stored=no \
-Dclient-only=yes \
-Dnls=ON \
-DENABLE_WEBUI=OFF
.include "${MASTERDIR}/Makefile"