829e724a7a
part. Submitted by: Andy Wettstein <ajw@physics.umn.edu>
13 lines
233 B
Makefile
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"
|