freebsd-ports/sysutils/bacula-client/Makefile
Renato Botelho dbb0cd4b68 - Update to 1.38.7
- Rename rc.d scripts removing 'z-' prefix
- Add an UPDATING note

PR:		ports/95474
Submitted by:	maintainer
2006-04-07 17:29:54 +00:00

14 lines
256 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
USE_RC_SUBR= bacula-fd
.include "${MASTERDIR}/Makefile"