summaryrefslogtreecommitdiff
path: root/sysutils/bacula-client
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-11-29 20:37:10 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-11-29 20:37:10 +0000
commit829e724a7a57053644917ca26412a14e97b0b10b (patch)
treee1351a3c910101f1f937ef9571a214d787855021 /sysutils/bacula-client
parentI misread a configure variable. Correct the path to the XML catalog. (diff)
o) Client part after split of bacula port into a -server and -client
part. Submitted by: Andy Wettstein <ajw@physics.umn.edu>
Notes
Notes: svn path=/head/; revision=122766
Diffstat (limited to 'sysutils/bacula-client')
-rw-r--r--sysutils/bacula-client/Makefile13
1 files changed, 13 insertions, 0 deletions
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"