mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
829e724a7a
part. Submitted by: Andy Wettstein <ajw@physics.umn.edu>
14 lines
233 B
Makefile
14 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"
|