diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:22:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:22:51 +0000 |
commit | 0490dd918f1a146c8b917687f161553eb805cc6b (patch) | |
tree | bd812cb11c9b4f8830859c0f5473f75110e19ba9 /sysutils/bacula-client-devel/Makefile | |
parent | 92db3b69929f225192c6282929fe687353b8f700 (diff) | |
download | ports-0490dd918f1a146c8b917687f161553eb805cc6b.tar.gz ports-0490dd918f1a146c8b917687f161553eb805cc6b.zip |
Notes
Diffstat (limited to 'sysutils/bacula-client-devel/Makefile')
-rw-r--r-- | sysutils/bacula-client-devel/Makefile | 19 |
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" |