diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:57:50 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:57:50 +0000 |
commit | 7b63be6b0497496fdcfc43e58166515db8365fe5 (patch) | |
tree | 2dfe366e738c4306188e70667b33bff64619732c | |
parent | add vcdtools, enable you to create your own VCD (diff) |
update to 2.11.
PR: 25607
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39278
-rw-r--r-- | graphics/blender/Makefile | 17 | ||||
-rw-r--r-- | graphics/blender/distinfo | 2 | ||||
-rw-r--r-- | graphics/blender/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/blender/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/blender/pkg-plist | 4 |
5 files changed, 20 insertions, 12 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 2777d922b2c2..b9929d031c6d 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -6,10 +6,11 @@ # PORTNAME= blender -PORTVERSION= 2.04 -CATEGORIES= graphics +PORTVERSION= 2.11 +CATEGORIES= graphics games MASTER_SITES= ftp://ftp.blender.nl/pub/ -DISTNAME= blender${PORTVERSION}-freebsd-3.4-i386-static +DISTNAME= blender${PORTVERSION}-freebsd-4.2-i386 +DIST_SUBDIR= blender MAINTAINER= freebsd-admin@blender.nl @@ -17,6 +18,14 @@ USE_X_PREFIX= YES NO_CDROM= "Commercial distribution prohibited" NO_BUILD= YES ONLY_FOR_ARCHS= i386 +USE_MESA= YES + +pre-fetch: + @${ECHO_MSG} "" + @${ECHO_MSG} "If you encounter versioning problems with GL," + @${ECHO_MSG} "you can get a statically linked version on" + @${ECHO_MSG} "${MASTER_SITES}" + @${ECHO_MSG} "" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/blender ${PREFIX}/bin @@ -31,10 +40,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/plugins/texture/${TEXT} \ ${PREFIX}/lib/blender/plugins/texture .endfor -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/blender ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/blender ${INSTALL_DATA} ${WRKSRC}/copyright.txt ${PREFIX}/share/doc/blender -.endif .include <bsd.port.mk> diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index 3ff1d8321d33..4530fb5872c7 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1 +1 @@ -MD5 (blender2.04-freebsd-3.4-i386-static.tar.gz) = cf5813cb5689c42a3b8c8247cf15c47c +MD5 (blender/blender2.11-freebsd-4.2-i386.tar.gz) = f5d9e2efbdf230a0f6d811b92b27654b diff --git a/graphics/blender/pkg-comment b/graphics/blender/pkg-comment index 9d0f6c200499..ae8c8575cf9d 100644 --- a/graphics/blender/pkg-comment +++ b/graphics/blender/pkg-comment @@ -1 +1 @@ -Fully functional 3D modeling/rendering/animation package +Fully functional 3D modeling/rendering/animation/gaming package diff --git a/graphics/blender/pkg-descr b/graphics/blender/pkg-descr index 69122e233ea1..4be9d3ed11b6 100644 --- a/graphics/blender/pkg-descr +++ b/graphics/blender/pkg-descr @@ -1,6 +1,7 @@ -Blender is a free and fully functional 3D modeling/rendering/animation -package for Unix systems. Blender is distributed without sources, -it is exclusively developed and maintained by the Dutch company NaN. +Blender is a free and fully functional 3D +modeling/rendering/animation/gaming package. Blender is distributed +without sources, it is exclusively developed and maintained by the Dutch +company NaN. This software is free to be applied for any purpose, excluding commercial distribution. For more about this, read the copyright notice included diff --git a/graphics/blender/pkg-plist b/graphics/blender/pkg-plist index 1957bfeb30f6..56956732418e 100644 --- a/graphics/blender/pkg-plist +++ b/graphics/blender/pkg-plist @@ -4,8 +4,8 @@ lib/blender/plugins/sequence/scatter.so lib/blender/plugins/sequence/showzbuf.so lib/blender/plugins/texture/clouds2.so lib/blender/plugins/texture/tiles.so -%%PORTDOCS%%share/doc/blender/README -%%PORTDOCS%%share/doc/blender/copyright.txt +share/doc/blender/README +share/doc/blender/copyright.txt @dirrm share/doc/blender @dirrm lib/blender/plugins/sequence @dirrm lib/blender/plugins/texture |