summaryrefslogtreecommitdiff
path: root/graphics/ns-cult3d/Makefile
diff options
context:
space:
mode:
authorabs <abs>2002-02-13 09:10:10 +0000
committerabs <abs>2002-02-13 09:10:10 +0000
commit9cbac7d5d52ff9935fcf48fdb2db0514cce9e5d5 (patch)
treea6dbc16504a30960429dffdec2ba3870e41169d2 /graphics/ns-cult3d/Makefile
parent2d07539e87e0360dbc3fb53038596dca0e450acc (diff)
downloadpkgsrc-9cbac7d5d52ff9935fcf48fdb2db0514cce9e5d5.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/Makefile24
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"