0490dd918f
DEVELOPMENT Version. PR: ports/91737 Submitted by: Dan Langille <dan@langille.org>
19 lines
391 B
Makefile
19 lines
391 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|