From 3293f2466f8802cac5556a8842386987a55aefb8 Mon Sep 17 00:00:00 2001 From: garga Date: Wed, 15 Mar 2006 10:22:51 +0000 Subject: Add bacula-client-devel , the network backup solution (client) - DEVELOPMENT Version. PR: ports/91737 Submitted by: Dan Langille --- sysutils/Makefile | 1 + sysutils/bacula-client-devel/Makefile | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 sysutils/bacula-client-devel/Makefile (limited to 'sysutils') 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 +# +# $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" -- cgit