aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 04:55:20 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 04:55:20 +0000
commit704d84b6fabfc968d3b0af4ca34b93618684bc45 (patch)
tree9f3a906db3f1e5e3b6e33fcbc7e0460c9289a632 /sysutils/bareos-client
parenta6dce400eef94621d1f222d65d6ec15bcaf4f00f (diff)
downloadports-704d84b6fabfc968d3b0af4ca34b93618684bc45.tar.gz
ports-704d84b6fabfc968d3b0af4ca34b93618684bc45.zip
- New ports : sysutils/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/
Notes
Notes: svn path=/head/; revision=393759
Diffstat (limited to 'sysutils/bareos-client')
-rw-r--r--sysutils/bareos-client/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile
new file mode 100644
index 000000000000..044af1bb77f5
--- /dev/null
+++ b/sysutils/bareos-client/Makefile
@@ -0,0 +1,19 @@
+# Created by: Alonso Cardenas <acm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bareos
+PORTREVISION= 0
+PKGNAMESUFFIX= -client
+
+COMMENT= Backup archiving recovery open sourced (client)
+
+WITH_CLIENT_ONLY=yes
+USE_RC_SUBR= bareos-fd
+
+PLIST= ${PKGDIR}/pkg-plist.client
+MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
+
+OPTIONS_DEFINE= NLS PYTHON
+OPTIONS_DEFAULT=#
+
+.include "${MASTERDIR}/Makefile"