aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/bacula-client/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 519c26350c4d..07250e229dbc 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -29,6 +29,7 @@
SUBDIR += ataidle
SUBDIR += autopsy
SUBDIR += bacula
+ SUBDIR += bacula-client
SUBDIR += barry
SUBDIR += battfink
SUBDIR += bbapm
diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile
new file mode 100644
index 000000000000..ebf4957fc554
--- /dev/null
+++ b/sysutils/bacula-client/Makefile
@@ -0,0 +1,13 @@
+
+# $FreeBSD$
+
+PORTNAME= bacula
+PKGNAMESUFFIX= -client
+
+MASTERDIR= ${.CURDIR}/../bacula-server
+COMMENT= The network backup solution (client)
+PLIST= ${PKGDIR}/pkg-plist.client
+
+WITH_CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"
an title='2014-06-23 22:43:21 +0800'>2014-06-231-1/+1 * Update to 3.1.0 release and stagify.ale2013-12-171-11/+7 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 3.0.1 final release.ale2013-04-231-1/+1 * Update to 3.0.1-rc1 release.ale2013-01-101-2/+1 * Update to 3.0.0 release.ale2012-12-101-29/+7 * Update to 2.0.1 release, add LICENSE and switch to OptionsNG.ale2012-08-081-10/+13 * Bugfix.ale2012-05-111-0/+1 * Update to 2.0.0 release.ale2012-05-021-2/+7 * Update to 1.3.2 final release.ale2011-06-221-1/+1 * Update to 1.3.2-rc1 release.ale2011-05-101-1/+1 * Update to 1.3.1 release.ale2010-11-291-2/+1 * Fix plist and bump PORTREVISION.ale2009-09-031-0/+1 * Update to 1.3.0 release.ale2009-08-281-2/+2 * Update to 1.2.2 release.ale2008-02-011-1/+1 * Update to 1.2.1 release.ale2007-07-261-4/+3 * Update to 1.2.0 final release.ale2006-12-131-2/+1 * Update to 1.2.0rc2 release.ale2006-12-031-4/+3 * Add a few fixes from trunk.ale2006-11-221-0/+1 * Update to current snapshot that fixes interaction with other zendale2006-11-181-2/+2 * Update to 1.2-beta2 release (recommended by the author for PHP 5.2 release).ale2006-11-081-16/+20 * Update to 1.0.2 release.ale2006-11-011-1/+1 * Update to 1.0 release and add coverager support.ale2006-06-061-3/+28