summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"