4443f9c67b
- Add test for IRIX64 as OS - Minor tweaks to bregex.c - Fix to block.c to correctly check for DVD number of parts. - Fix to dev.c to permit DVD seeking in spool file. Corrects label rewriting problems. - Clarify license for techlogs (GPL). I consider them "part" of the source code of Bacula. - Use FDL license for developer's manual, French translation, German translation, bimagemgr manuals (same as the main manual), and the web site.
30 lines
1.2 KiB
Makefile
30 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2006/10/09 14:20:28 ghen Exp $
|
|
|
|
DISTNAME= bacula-docs-1.38.11
|
|
PKGNAME= ${DISTNAME:S/docs/doc/}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
|
|
|
|
MAINTAINER= ghen@NetBSD.org
|
|
HOMEPAGE= http://www.bacula.org/
|
|
COMMENT= Documentation for Bacula - The Network Backup Solution
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
DOCDIR= share/doc/bacula
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR}
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR}/manual
|
|
${INSTALL_DATA} ${WRKSRC}/manual/index.html ${PREFIX}/${DOCDIR}/manual/
|
|
${INSTALL_DATA} ${WRKSRC}/manual/bacula.css ${PREFIX}/${DOCDIR}/manual/
|
|
${INSTALL_DATA} ${WRKSRC}/manual/*.png ${PREFIX}/${DOCDIR}/manual/
|
|
${INSTALL_DATA} ${WRKSRC}/manual/bacula.pdf ${PREFIX}/${DOCDIR}/manual.pdf
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR}/developers
|
|
${INSTALL_DATA} ${WRKSRC}/developers/index.html ${PREFIX}/${DOCDIR}/developers/
|
|
${INSTALL_DATA} ${WRKSRC}/developers/developers.css ${PREFIX}/${DOCDIR}/developers/
|
|
${INSTALL_DATA} ${WRKSRC}/developers/*.png ${PREFIX}/${DOCDIR}/developers/
|
|
${INSTALL_DATA} ${WRKSRC}/developers/developers.pdf ${PREFIX}/${DOCDIR}/developers.pdf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|