summaryrefslogtreecommitdiff
path: root/graphics/blender-doc/Makefile
blob: dfb8eb2bcf6e3571611e7439b62ed5be32892abc (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
25
26
27
28
29
# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:20 joerg Exp $

DISTNAME=	BlenderManual.html
PKGNAME=	blender-doc-20030922
PKGREVISION=	1
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

PKG_DESTDIR_SUPPORT=	user-destdir

WRKSRC=		${WRKDIR}/doc
NO_CONFIGURE=	yes
NO_BUILD=	yes
USE_TOOLS+=	pax

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

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