summaryrefslogtreecommitdiff
path: root/graphics/blender-doc/Makefile
blob: b52696afeba75b823234642b054341c69099098c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.2 2004/01/20 12:18:15 agc Exp $

DISTNAME=	BlenderManual.html
PKGNAME=	blender-doc-20030922
CATEGORIES=	graphics
MASTER_SITES=	http://download.blender.org/documentation/

MAINTAINER=	jschauma@NetBSD.org
HOMEPAGE=	http://download.blender.org/documentation/
COMMENT=	Documentation for Blender

CONFLICTS=	blender<=2.31

WRKSRC=		${WRKDIR}/doc
NO_CONFIGURE=	# defined
NO_BUILD=	# defined

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/blender
	cd ${WRKDIR}/html && ${PAX} -s,.*/CVS.*,, -s,.*/.xvpics.*,, \
		-rw . ${PREFIX}/share/doc/html/blender
	cd ${PREFIX}/share/doc/html/blender && ${LN} -s book1.html index.html

.include "../../mk/bsd.pkg.mk"