diff options
author | garga <garga@FreeBSD.org> | 2006-03-15 18:22:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-15 18:22:51 +0800 |
commit | 3293f2466f8802cac5556a8842386987a55aefb8 (patch) | |
tree | df29ed187fa466b649a7e295d21f8faee6fc9687 /sysutils | |
parent | 940c22589c5d480f19f6b10ec824920e92b652ef (diff) | |
download | freebsd-ports-gnome-3293f2466f8802cac5556a8842386987a55aefb8.tar.gz freebsd-ports-gnome-3293f2466f8802cac5556a8842386987a55aefb8.tar.zst freebsd-ports-gnome-3293f2466f8802cac5556a8842386987a55aefb8.zip |
Add bacula-client-devel , the network backup solution (client) -
DEVELOPMENT Version.
PR: ports/91737
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bacula-client-devel/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 868868f0f5c9..2c4e343cf254 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -34,6 +34,7 @@ SUBDIR += atitvout SUBDIR += autopsy SUBDIR += bacula-client + SUBDIR += bacula-client-devel SUBDIR += bacula-server SUBDIR += bacula-server-devel SUBDIR += barry 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" |