freebsd-ports/sysutils/bacula-client-devel/Makefile
Martin Wilke ce9f0fa1d3 - Fix build.
PR:		113607
Submitted by:	pointhat via kris
		Dan Langille <dan@langille.org> (maintainer)
2007-06-12 05:08:33 +00:00

20 lines
416 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
.include "${MASTERDIR}/Makefile"