diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-29 20:37:10 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-29 20:37:10 +0000 |
commit | 829e724a7a57053644917ca26412a14e97b0b10b (patch) | |
tree | e1351a3c910101f1f937ef9571a214d787855021 /sysutils/bacula-client/Makefile | |
parent | 6d023be3e5d54203cec18544d01122caaa81b1ac (diff) | |
download | ports-829e724a7a57053644917ca26412a14e97b0b10b.tar.gz ports-829e724a7a57053644917ca26412a14e97b0b10b.zip |
Notes
Diffstat (limited to 'sysutils/bacula-client/Makefile')
-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 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" |