1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/bareos-traymonitor/Makefile
Jose Alonso Cardenas Marquez af6fbfb952 - Import chio-bareos
- Fix perl path into mtx-changer
- Add/modify CONFLICTS
- Add GNUTLS option
- Few other modifications

PR:		225119 225908 227318
2018-05-18 19:00:37 +00:00

33 lines
757 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PKGNAMESUFFIX= -traymonitor
PORTREVISION= 1
COMMENT= Backup archiving recovery open sourced (traymonitor)
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
libbareos.so:sysutils/bareos-client
CONFLICTS= bacula*-bat-* bareos16-traymonitor-*
USES= pkgconfig gettext-runtime desktop-file-utils
USE_QT4= qmake_build uic_build moc_build rcc_build gui corelib
WITH_BAT= yes
PLIST= ${.CURDIR}/pkg-plist
MAKE_ENV+= MAKEOBJDIRPREFIX=/
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
CONFIGURE_ARGS+= --enable-traymonitor=yes \
--with-qwt=${LOCALBASE}/lib \
--disable-build-dird \
--disable-build-stored \
--enable-client-only \
--with-jansson=${LOCALBASE} \
--enable-nls=yes
.include "${MASTERDIR}/Makefile"