aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula-client/Makefile')
-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"