From 829e724a7a57053644917ca26412a14e97b0b10b Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Mon, 29 Nov 2004 20:37:10 +0000 Subject: o) Client part after split of bacula port into a -server and -client part. Submitted by: Andy Wettstein --- sysutils/bacula-client/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/bacula-client/Makefile (limited to 'sysutils/bacula-client') 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" -- cgit v1.2.3