79500e568b
sysutils/bacula-client and net-mgmt/nagios-check_bacula to 5.0.2. PR: ports/146766 Submitted by: Allan Jude <freebsd.lists@thunderit.com> Approved by: Dan Langille <dan@langille.org> (maintainer)
40 lines
959 B
Makefile
40 lines
959 B
Makefile
# New ports collection makefile for: bacula
|
|
# Date created: 4 January 2006
|
|
# Whom: Dan Langille <dan@langille.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bacula
|
|
PORTVERSION= 5.0.2
|
|
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>
|