diff options
author | abs <abs@pkgsrc.org> | 2002-02-13 09:10:10 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-02-13 09:10:10 +0000 |
commit | ede7d1f7357774cb5693a4a42a2fc9356572fe3f (patch) | |
tree | a6dbc16504a30960429dffdec2ba3870e41169d2 /graphics/ns-cult3d/Makefile | |
parent | 7dbe248d56d760b86269a9fff8d9a9143689a925 (diff) | |
download | pkgsrc-ede7d1f7357774cb5693a4a42a2fc9356572fe3f.tar.gz |
Import the cult3d netscape plugin.
The Cult3D plugin enables users view interactive 3D objects,
including full transparency, reflectivity, particle systems, bump
mapping, phong shading, movement and sound.
For a random example: http://www.formula1.com/news/3d/s8396.html
Diffstat (limited to 'graphics/ns-cult3d/Makefile')
-rw-r--r-- | graphics/ns-cult3d/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/ns-cult3d/Makefile b/graphics/ns-cult3d/Makefile new file mode 100644 index 00000000000..587375ff12f --- /dev/null +++ b/graphics/ns-cult3d/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/13 09:10:10 abs Exp $ +# + +DISTNAME= cult3d-5.2-b1-linux-x86 +PKGNAME= ns-cult3d-5.2 +CATEGORIES= www graphics +DYNAMIC_MASTER_SITES= YES + +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.cult3d.com/ +COMMENT= Netscape plugin for cult 3d files + +ONLY_FOR_PLATFORM= *-*-i386 + +NO_CONFIGURE= yes +NO_BUILD= yes +CHECK_SHLIBS= no +CRYPTO= yes + +do-install: + cd ${WRKSRC} ; ${ECHO} ${PREFIX}/lib/netscape | ./install.sh + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ns-cult3d.txt + +.include "../../mk/bsd.pkg.mk" |