forked from Lainports/freebsd-ports
fixed a problem when bareos-client is started PR: 202291 Reported by: timp87 _ at _ gmail.com
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# Created by: Alonso Cardenas <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bareos
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Backup archiving recovery open sourced (client)
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
USE_RC_SUBR= bareos-fd
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
|
|
|
|
OPTIONS_DEFINE= NLS PYTHON
|
|
OPTIONS_DEFAULT=#
|
|
|
|
.include "${MASTERDIR}/Makefile"
|