freebsd-ports/sysutils/bacula-client-devel/Makefile
Renato Botelho 4d8ddd36e4 - Rename rc.d scripts, removing "z-". It's not more needed since we are using
correct REQUIRE: tag

Approved by:	maintainer
2006-04-01 23:06:24 +00:00

20 lines
419 B
Makefile

# New ports collection makefile for: bacula
# Date created: 5 March 2006
# Whom: Dan Langille <dan@langille.org>
#
# $FreeBSD$
#
PORTNAME= bacula
PKGNAMESUFFIX= -client-devel
MASTERDIR= ${.CURDIR}/../bacula-server-devel
COMMENT= The network backup solution (client) - DEVELOPMENT Version
PLIST= ${PKGDIR}/pkg-plist.client
WITH_CLIENT_ONLY= yes
USE_RC_SUBR= bacula-fd.sh
.include "${MASTERDIR}/Makefile"