mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Move sysutils/bareos-client-static to sysutils/bareos17-client-static
This commit is contained in:
parent
f91e5463a5
commit
29100ee793
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501126
@ -81,13 +81,13 @@
|
||||
SUBDIR += baloo-widgets
|
||||
SUBDIR += bamf
|
||||
SUBDIR += bareos-client
|
||||
SUBDIR += bareos-client-static
|
||||
SUBDIR += bareos-docs
|
||||
SUBDIR += bareos-server
|
||||
SUBDIR += bareos16-client
|
||||
SUBDIR += bareos16-client-static
|
||||
SUBDIR += bareos16-server
|
||||
SUBDIR += bareos17-client
|
||||
SUBDIR += bareos17-client-static
|
||||
SUBDIR += bareos17-server
|
||||
SUBDIR += bastille
|
||||
SUBDIR += batmon
|
||||
|
34
sysutils/bareos-traymonitor/Makefile
Normal file
34
sysutils/bareos-traymonitor/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $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"
|
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
|
||||
bin/bareos-tray-monitor
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bareos
|
||||
PORTNAME= bareos17
|
||||
PKGNAMESUFFIX= -client-static
|
||||
|
||||
COMMENT= Backup archiving recovery open sourced (static client)
|
||||
@ -8,7 +8,7 @@ COMMENT= Backup archiving recovery open sourced (static client)
|
||||
CONFLICTS= bareos16-client-static-*
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
|
||||
MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
|
||||
|
||||
PLIST_FILES= sbin/bareos-fd-static \
|
||||
sbin/bconsole-static
|
Loading…
Reference in New Issue
Block a user