freebsd-ports/sysutils/bacula2-client/Makefile
Wesley Shields 6ab390b54b - Reintroduce bacula2.x as sysutils/bacula2-server and sysutils/bacula2-client
- The 3.x line of bacula does not work with 2.x so these ports exist for
  those who can not upgrade to 3.x. Besides security/infrastructure fixes
  this port is not likely to see any functional upgrades.
- The bacula-*-devel ports will be updated to a 3.1 release when it
  is available.

PR:		ports/135580
Submitted by:	Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by:	dvl (old maintainer)
Thanks to:	miwi for build-testing
2009-06-15 18:17:17 +00:00

14 lines
258 B
Makefile

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