freebsd-ports/sysutils/bacula-client/Makefile
Wesley Shields aab7e9acdc - Fix plist problems for bacula-client and bacula-client-devel.
- Mark as BROKEN on -CURRENT.

Reviewed by:	Dan Langille <dan@langille.org> (maintainer)
Approved by:	portmgr (pav)
2009-04-15 13:51:47 +00:00

15 lines
272 B
Makefile

# $FreeBSD$
PORTNAME= bacula
PORTREVISION= 1
PKGNAMESUFFIX= -client
MASTERDIR= ${.CURDIR}/../bacula-server
COMMENT= The network backup solution (client)
PLIST= ${PKGDIR}/pkg-plist.client
WITH_CLIENT_ONLY= yes
USE_RC_SUBR= bacula-fd
.include "${MASTERDIR}/Makefile"