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
31 lines
696 B
Makefile
31 lines
696 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bareos16
|
|
PKGNAMESUFFIX= -bat
|
|
|
|
COMMENT= Backup archiving recovery open sourced (GUI)
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
|
|
libbareos.so:sysutils/bareos16-client
|
|
|
|
CONFLICTS= bacula*-bat-*
|
|
|
|
USES= pkgconfig desktop-file-utils qt:4
|
|
USE_QT= qmake_build uic_build moc_build rcc_build
|
|
WITH_BAT= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
MAKE_ENV+= MAKEOBJDIRPREFIX=/
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bareos16-server
|
|
|
|
CONFIGURE_ARGS+= --enable-bat \
|
|
--with-qwt=${LOCALBASE}/lib \
|
|
--disable-build-dird \
|
|
--disable-build-stored \
|
|
--enable-client-only
|
|
|
|
.include "${MASTERDIR}/Makefile"
|