mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
af6fbfb952
- Fix perl path into mtx-changer - Add/modify CONFLICTS - Add GNUTLS option - Few other modifications PR: 225119 225908 227318
33 lines
757 B
Makefile
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"
|