aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-client
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-11-30 04:37:10 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-11-30 04:37:10 +0800
commitc8f46203b0d42ab3e1f5f3f6367fef91574e4720 (patch)
treef365b5c38b1f6e498bab491ff4f8ac657ac9cf9a /sysutils/bacula-client
parentb027b4f314fa0d88c8c1bbe47dbccece7df85ed9 (diff)
downloadfreebsd-ports-graphics-c8f46203b0d42ab3e1f5f3f6367fef91574e4720.tar.gz
freebsd-ports-graphics-c8f46203b0d42ab3e1f5f3f6367fef91574e4720.tar.zst
freebsd-ports-graphics-c8f46203b0d42ab3e1f5f3f6367fef91574e4720.zip
o) Client part after split of bacula port into a -server and -client
part. Submitted by: Andy Wettstein <ajw@physics.umn.edu>
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 00000000000..ebf4957fc55
--- /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"