ce9f0fa1d3
PR: 113607 Submitted by: pointhat via kris Dan Langille <dan@langille.org> (maintainer)
20 lines
416 B
Makefile
20 lines
416 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
|
|
USE_RC_SUBR= bacula-fd
|
|
|
|
.include "${MASTERDIR}/Makefile"
|