diff --git a/graphics/Makefile b/graphics/Makefile index 1c79d34ce2b7..ae1ecd21ad22 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -14,6 +14,7 @@ SUBDIR += aview SUBDIR += avifile SUBDIR += backfract + SUBDIR += blender SUBDIR += camediaplay SUBDIR += camserv SUBDIR += chbg diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile new file mode 100644 index 000000000000..53c0c8bec775 --- /dev/null +++ b/graphics/blender/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: blender-static +# Date created: 14 November 2000 +# Whom: Jimmy Olgeni +# +# $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 diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo new file mode 100644 index 000000000000..3ff1d8321d33 --- /dev/null +++ b/graphics/blender/distinfo @@ -0,0 +1 @@ +MD5 (blender2.04-freebsd-3.4-i386-static.tar.gz) = cf5813cb5689c42a3b8c8247cf15c47c diff --git a/graphics/blender/pkg-comment b/graphics/blender/pkg-comment new file mode 100644 index 000000000000..9d0f6c200499 --- /dev/null +++ b/graphics/blender/pkg-comment @@ -0,0 +1 @@ +Fully functional 3D modeling/rendering/animation package diff --git a/graphics/blender/pkg-descr b/graphics/blender/pkg-descr new file mode 100644 index 000000000000..69122e233ea1 --- /dev/null +++ b/graphics/blender/pkg-descr @@ -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/ diff --git a/graphics/blender/pkg-plist b/graphics/blender/pkg-plist new file mode 100644 index 000000000000..1767c6361d45 --- /dev/null +++ b/graphics/blender/pkg-plist @@ -0,0 +1,4 @@ +bin/blender +share/doc/blender/README +share/doc/blender/copyright.txt +@dirrm share/doc/blender