freebsd-ports/sysutils/bacula-client/Makefile
Lars Koeller 829e724a7a o) Client part after split of bacula port into a -server and -client
part.

Submitted by:	Andy Wettstein <ajw@physics.umn.edu>
2004-11-29 20:37:10 +00:00

13 lines
233 B
Makefile

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