aab7e9acdc
- Mark as BROKEN on -CURRENT. Reviewed by: Dan Langille <dan@langille.org> (maintainer) Approved by: portmgr (pav)
21 lines
432 B
Makefile
21 lines
432 B
Makefile
# New ports collection makefile for: bacula
|
|
# Date created: 5 March 2006
|
|
# Whom: Dan Langille <dan@langille.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
|
|
PORTNAME= bacula
|
|
PORTREVISION= 1
|
|
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"
|