Add blender 2.04, a binary-only 3D modeling/rendering/animation package.
PR: 22853 Submitted by: Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
parent
df69bcf59c
commit
3ca5b689e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36096
@ -14,6 +14,7 @@
|
||||
SUBDIR += aview
|
||||
SUBDIR += avifile
|
||||
SUBDIR += backfract
|
||||
SUBDIR += blender
|
||||
SUBDIR += camediaplay
|
||||
SUBDIR += camserv
|
||||
SUBDIR += chbg
|
||||
|
29
graphics/blender/Makefile
Normal file
29
graphics/blender/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: blender-static
|
||||
# Date created: 14 November 2000
|
||||
# Whom: Jimmy Olgeni <olgeni@uli.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blender
|
||||
PORTVERSION= 2.04
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.blender.nl/pub/
|
||||
DISTNAME= blender${PORTVERSION}-freebsd-3.4-i386-static
|
||||
|
||||
MAINTAINER= olgeni@uli.it
|
||||
|
||||
NO_CDROM= "Commercial distribution prohibited"
|
||||
|
||||
USE_X_PREFIX= YES
|
||||
|
||||
do-build:
|
||||
@echo "This is an install only port."
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/blender ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/blender
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/blender
|
||||
${INSTALL_DATA} ${WRKSRC}/copyright.txt ${PREFIX}/share/doc/blender
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/blender/distinfo
Normal file
1
graphics/blender/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (blender2.04-freebsd-3.4-i386-static.tar.gz) = cf5813cb5689c42a3b8c8247cf15c47c
|
1
graphics/blender/pkg-comment
Normal file
1
graphics/blender/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Fully functional 3D modeling/rendering/animation package
|
9
graphics/blender/pkg-descr
Normal file
9
graphics/blender/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
||||
|
||||
This software is free to be applied for any purpose, excluding commercial
|
||||
distribution. For more about this, read the copyright notice included
|
||||
in the download file (share/doc/blender/copyright.txt).
|
||||
|
||||
WWW: http://www.blender.nl/
|
4
graphics/blender/pkg-plist
Normal file
4
graphics/blender/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/blender
|
||||
share/doc/blender/README
|
||||
share/doc/blender/copyright.txt
|
||||
@dirrm share/doc/blender
|
Loading…
Reference in New Issue
Block a user