diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-11-16 07:13:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-11-16 07:13:27 +0000 |
commit | b64fa2e792338499e9049697efba4b23c9a2ca56 (patch) | |
tree | d7c441b5f2e6074eeddbb62d9d4517dc7d739503 /sysutils | |
parent | 5184e60e40dbe22ee2fb700f20b6fcb665dd5041 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bareos-traymonitor/Makefile | 36 | ||||
-rw-r--r-- | sysutils/bareos-traymonitor/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/bareos-traymonitor/pkg-plist | 7 |
4 files changed, 52 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e71fdaf9ced3..5a2aec710b5b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -82,6 +82,7 @@ SUBDIR += bareos-client-static SUBDIR += bareos-docs SUBDIR += bareos-server + SUBDIR += bareos-traymonitor SUBDIR += batmon SUBDIR += battfink SUBDIR += battmond diff --git a/sysutils/bareos-traymonitor/Makefile b/sysutils/bareos-traymonitor/Makefile new file mode 100644 index 000000000000..3bf4432298f7 --- /dev/null +++ b/sysutils/bareos-traymonitor/Makefile @@ -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" diff --git a/sysutils/bareos-traymonitor/pkg-descr b/sysutils/bareos-traymonitor/pkg-descr new file mode 100644 index 000000000000..6a18fe88fe3a --- /dev/null +++ b/sysutils/bareos-traymonitor/pkg-descr @@ -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/ diff --git a/sysutils/bareos-traymonitor/pkg-plist b/sysutils/bareos-traymonitor/pkg-plist new file mode 100644 index 000000000000..f1ee7a19cb83 --- /dev/null +++ b/sysutils/bareos-traymonitor/pkg-plist @@ -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 |