freebsd-ports/sysutils/bacula11-docs/Makefile
Dan Langille b288ebcfaf Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.

see update_bacula_tables

re https://www.bacula.org/bacula-release-11-0-1/

While here, update Bacula 9 conflicts.
2021-02-24 02:33:02 +00:00

28 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= bacula
PORTVERSION= 11.0.1
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= 11-docs
DISTNAME= ${PORTNAME}-docs-${PORTVERSION}
CONFLICTS= bacula9-*
MAINTAINER= dvl@FreeBSD.org
COMMENT= Bacula document set
USES= tar:bz2
NO_BUILD= yes
NO_ARCH= yes
PORTDOCS= *.pdf
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${FIND} ${WRKSRC}/manuals/en \
-name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
.include <bsd.port.mk>