2002-03-15 12:39:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2002/03/15 12:39:57 reinhard Exp $
|
|
|
|
|
|
|
|
BROKEN= "bankruptcy - no distfiles available (see http://www.blender3d.com)"
|
2001-06-15 09:06:47 +00:00
|
|
|
|
|
|
|
COMMENT= "3D creation software"
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2001-12-13 09:39:35 +00:00
|
|
|
V= 2.23
|
|
|
|
PKGNAME= blender-${V}
|
|
|
|
DISTNAME= blender-creator-${V}-linux-glibc2.1.2-i386-static
|
2001-06-15 09:06:47 +00:00
|
|
|
CATEGORIES= graphics
|
2002-03-15 12:39:57 +00:00
|
|
|
NEED_VERSION= 1.510
|
2001-12-13 09:39:35 +00:00
|
|
|
|
2001-06-15 09:06:47 +00:00
|
|
|
HOMEPAGE= http://www.blender.nl/
|
|
|
|
|
|
|
|
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= "no commercial use"
|
|
|
|
PERMIT_PACKAGE_FTP= "no commercial use"
|
|
|
|
PERMIT_DISTFILES_CDROM= "no commercial use"
|
|
|
|
PERMIT_DISTFILES_FTP= "no commercial use"
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.blender.nl/pub/
|
|
|
|
|
2001-11-13 22:13:22 +00:00
|
|
|
RUN_DEPENDS= ::emulators/redhat/base
|
2001-06-15 09:06:47 +00:00
|
|
|
|
2001-12-13 22:20:28 +00:00
|
|
|
INSTALL_STRIP=
|
2001-06-15 09:06:47 +00:00
|
|
|
NO_BUILD= Yes
|
2001-12-13 09:39:35 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-06-15 09:06:47 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/blender ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/blender
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/{README,copyright.txt} \
|
|
|
|
${PREFIX}/share/examples/blender
|
2001-12-13 09:39:35 +00:00
|
|
|
cd ${WRKSRC} && tar cf - plugins | \
|
2001-06-15 09:06:47 +00:00
|
|
|
(cd ${PREFIX}/share/examples/blender && tar xf -)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|