diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-11-30 04:37:10 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-11-30 04:37:10 +0800 |
commit | c8f46203b0d42ab3e1f5f3f6367fef91574e4720 (patch) | |
tree | f365b5c38b1f6e498bab491ff4f8ac657ac9cf9a /sysutils/bacula-client | |
parent | b027b4f314fa0d88c8c1bbe47dbccece7df85ed9 (diff) | |
download | freebsd-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/Makefile | 13 |
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" |