mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- New port: sysutils/bareos-traymonitor
This commit is contained in:
parent
5184e60e40
commit
b64fa2e792
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426216
@ -82,6 +82,7 @@
|
||||
SUBDIR += bareos-client-static
|
||||
SUBDIR += bareos-docs
|
||||
SUBDIR += bareos-server
|
||||
SUBDIR += bareos-traymonitor
|
||||
SUBDIR += batmon
|
||||
SUBDIR += battfink
|
||||
SUBDIR += battmond
|
||||
|
36
sysutils/bareos-traymonitor/Makefile
Normal file
36
sysutils/bareos-traymonitor/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bareos
|
||||
|
||||
PKGNAMESUFFIX= -traymonitor
|
||||
PORTREVISION= 0
|
||||
|
||||
COMMENT= Backup archiving recovery open sourced (traymonitor)
|
||||
|
||||
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
|
||||
libbareos.so:sysutils/bareos-client
|
||||
|
||||
CONFLICTS= bacula*-bat-*
|
||||
|
||||
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
|
||||
|
||||
OPTIONS_DEFINE= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
8
sysutils/bareos-traymonitor/pkg-descr
Normal file
8
sysutils/bareos-traymonitor/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
traymonitor inteface for Bareos.
|
||||
|
||||
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
|
||||
software to backup, archive and restore files from all major operating systems.
|
||||
The fork was founded 2010 out of the bacula.org project. The fork has been
|
||||
actively developed and many new features have been added.
|
||||
|
||||
WWW: http://www.bareos.org/
|
7
sysutils/bareos-traymonitor/pkg-plist
Normal file
7
sysutils/bareos-traymonitor/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
@sample %%ETCDIR%%/tray-monitor.d/client/FileDaemon-local.conf.sample
|
||||
@sample %%ETCDIR%%/tray-monitor.d/director/Director-local.conf.sample
|
||||
@sample %%ETCDIR%%/tray-monitor.d/monitor/bareos-mon.conf.sample
|
||||
@sample %%ETCDIR%%/tray-monitor.d/storage/StorageDaemon-local.conf.sample
|
||||
share/applications/bareos-tray-monitor.desktop
|
||||
share/pixmaps/bareos-tray-monitor.xpm
|
||||
%%QT_BINDIR%%/bareos-tray-monitor
|
Loading…
Reference in New Issue
Block a user