forked from Lainports/freebsd-ports
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
34 lines
825 B
Makefile
34 lines
825 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bareos
|
|
|
|
PKGNAMESUFFIX= -traymonitor
|
|
|
|
COMMENT= Backup archiving recovery open sourced (traymonitor)
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
|
|
libbareos.so:sysutils/bareos-client
|
|
|
|
CONFLICTS= bacula*-bat-* bareos16-traymonitor-*
|
|
|
|
USES= pkgconfig gettext-runtime desktop-file-utils qt:4
|
|
USE_QT= 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"
|