aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-client-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula-client-devel/Makefile')
-rw-r--r--sysutils/bacula-client-devel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/bacula-client-devel/Makefile b/sysutils/bacula-client-devel/Makefile
new file mode 100644
index 000000000000..0189cc3bf6dd
--- /dev/null
+++ b/sysutils/bacula-client-devel/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: bacula
+# Date created: 5 March 2006
+# Whom: Dan Langille <dan@langille.org>
+#
+# $FreeBSD$
+#
+
+
+PORTNAME= bacula
+PKGNAMESUFFIX= -client-devel
+
+MASTERDIR= ${.CURDIR}/../bacula-server-devel
+
+COMMENT= The network backup solution (client) - DEVELOPMENT Version
+PLIST= ${PKGDIR}/pkg-plist.client
+
+WITH_CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"