freebsd-ports/sysutils/bacula-docs/Makefile
Ruslan Makhmatkhanov 59e9fae3ef - update bacula-server and bacula-docs to 5.2.12
This release fixes crash of bacula director (bug #1932)

PR:		171648
Submitted by:	Dan Langille <dan at langille dot org> (maintainer)
2012-09-14 20:31:57 +00:00

40 lines
960 B
Makefile

# New ports collection makefile for: bacula
# Date created: 4 January 2006
# Whom: Dan Langille <dan@langille.org>
#
# $FreeBSD$
#
PORTNAME= bacula
PORTVERSION= 5.2.12
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= -docs
DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2 ${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= dan@langille.org
COMMENT= The Bacula document set
NO_BUILD= YES
CONFLICTS= bacula-server-devel[0-9]* bacula-client-devel[0-9]* bacula-docs-devel-[0-9]*
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
PORTDOCS= *
.ifdef NOPORTDOCS
IGNORE= consists of only documentation, please undef NOPORTDOCS and try again
.endif
do-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ReleaseNotes \
${WRKDIR}/${PORTNAME}-${PORTVERSION}/kernstodo \
${DOCSDIR}/
${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \
-name "*.pdf" -exec ${INSTALL_DATA} {} ${DOCSDIR}/ \;
.include <bsd.port.mk>