2012-12-16 17:32:45 +01:00
|
|
|
# Created by: Dan Langille <dan@langille.org>
|
2007-01-05 00:22:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bacula
|
2012-09-14 22:31:57 +02:00
|
|
|
PORTVERSION= 5.2.12
|
2007-01-05 00:22:14 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-05-07 02:30:10 +02:00
|
|
|
MASTER_SITES= SF
|
2007-01-05 00:22:14 +01:00
|
|
|
PKGNAMESUFFIX= -docs
|
2012-12-16 17:32:45 +01:00
|
|
|
DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2
|
2007-01-05 00:22:14 +01:00
|
|
|
|
|
|
|
MAINTAINER= dan@langille.org
|
2012-12-16 17:32:45 +01:00
|
|
|
COMMENT= Bacula document set
|
2007-01-05 00:22:14 +01:00
|
|
|
|
2012-12-16 17:32:45 +01:00
|
|
|
NO_BUILD= yes
|
2007-01-05 00:22:14 +01:00
|
|
|
|
2009-05-07 02:30:10 +02:00
|
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
2007-01-05 00:22:14 +01:00
|
|
|
|
2012-12-16 17:32:45 +01:00
|
|
|
PORTDOCS= *.pdf
|
2007-08-15 11:43:43 +02:00
|
|
|
|
|
|
|
.ifdef NOPORTDOCS
|
2009-05-07 02:30:10 +02:00
|
|
|
IGNORE= consists of only documentation, please undef NOPORTDOCS and try again
|
2007-08-15 11:43:43 +02:00
|
|
|
.endif
|
2007-01-05 00:22:14 +01:00
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2007-01-05 00:22:14 +01:00
|
|
|
do-install:
|
2009-05-07 02:30:10 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
|
|
|
|
${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \
|
|
|
|
-name "*.pdf" -exec ${INSTALL_DATA} {} ${DOCSDIR}/ \;
|
2007-01-05 00:22:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|