2012-10-06 16:10:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.9 2012/10/06 14:10:42 asau Exp $
|
2004-01-10 20:45:39 +01:00
|
|
|
|
|
|
|
DISTNAME= BlenderManual.html
|
|
|
|
PKGNAME= blender-doc-20030922
|
2006-04-12 23:02:35 +02:00
|
|
|
PKGREVISION= 1
|
2004-01-10 20:45:39 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://download.blender.org/documentation/
|
|
|
|
|
2009-03-17 22:40:44 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-01-10 20:45:39 +01:00
|
|
|
HOMEPAGE= http://download.blender.org/documentation/
|
|
|
|
COMMENT= Documentation for Blender
|
|
|
|
|
|
|
|
CONFLICTS= blender<=2.31
|
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/doc
|
2005-09-28 22:52:18 +02:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2008-05-26 04:13:14 +02:00
|
|
|
USE_TOOLS+= pax
|
2004-01-10 20:45:39 +01:00
|
|
|
|
|
|
|
do-install:
|
2008-03-04 16:39:09 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/blender
|
2008-05-26 04:13:14 +02:00
|
|
|
cd ${WRKDIR}/html && pax -s,.*/CVS.*,, -s,.*/.xvpics.*,, \
|
2008-03-04 16:39:09 +01:00
|
|
|
-rw . ${DESTDIR}${PREFIX}/share/doc/blender
|
|
|
|
cd ${DESTDIR}${PREFIX}/share/doc/blender && \
|
|
|
|
${LN} -s book1.html index.html
|
2004-01-10 20:45:39 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|