diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 09:56:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 09:56:08 +0000 |
commit | 3ca5b689e195c9508ef5b8a783767d64515f366d (patch) | |
tree | cf97472ae71fad625054c691138e22668376bcef /graphics/blender | |
parent | df69bcf59ca4379820b92b718a31ccc3a5341d18 (diff) | |
download | ports-3ca5b689e195c9508ef5b8a783767d64515f366d.tar.gz ports-3ca5b689e195c9508ef5b8a783767d64515f366d.zip |
Notes
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 29 | ||||
-rw-r--r-- | graphics/blender/distinfo | 1 | ||||
-rw-r--r-- | graphics/blender/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/blender/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/blender/pkg-plist | 4 |
5 files changed, 44 insertions, 0 deletions
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 <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> 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 |