freebsd-ports/sysutils/bacula-client-devel/Makefile
Renato Botelho 0490dd918f Add bacula-client-devel , the network backup solution (client) -
DEVELOPMENT Version.

PR:		ports/91737
Submitted by:	Dan Langille <dan@langille.org>
2006-03-15 10:22:51 +00:00

19 lines
391 B
Makefile

# 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"