summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortsarna <tsarna>1999-09-29 15:32:49 +0000
committertsarna <tsarna>1999-09-29 15:32:49 +0000
commit2c12774b52dbb42fdf25fd1de2dcf3b0f9251bb0 (patch)
treebfcc09f9b00c170a6d5550caedf5a2487034eb41 /www
parent8a6198adfbcb38bde9f348b0d8cce028da1accc6 (diff)
downloadpkgsrc-2c12774b52dbb42fdf25fd1de2dcf3b0f9251bb0.tar.gz
Macromedia Flash player plugin for Netscape.
Works for i386 now, there are the beginnings of support for Zoularis/sparc (and maybe NetBSD/sparc?) which someone else will have to finish up.
Diffstat (limited to 'www')
-rw-r--r--www/flashplayer/Makefile34
-rw-r--r--www/flashplayer/files/md53
-rw-r--r--www/flashplayer/pkg/COMMENT1
-rw-r--r--www/flashplayer/pkg/DESCR1
-rw-r--r--www/flashplayer/pkg/PLIST6
5 files changed, 45 insertions, 0 deletions
diff --git a/www/flashplayer/Makefile b/www/flashplayer/Makefile
new file mode 100644
index 00000000000..0679b0f649f
--- /dev/null
+++ b/www/flashplayer/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"
+DISTUNAME= solaris
+WRKSRC= ${WRKDIR}/Solaris
+.elif (${MACHINE_ARCH} == "i386")
+.if !exists(/emul/linux/lib/ld-linux.so.2)
+IGNORE= requires Linux glibc2 libraries - see compat_linux(8)
+.endif
+DISTUNAME= linux
+WRKSRC= ${WRKDIR}/Linux
+.endif
+
+DISTVER= 4.0r12
+DISTNAME= flash_${DISTUNAME}
+PKGNAME= flashplayer-${DISTVER}
+CATEGORIES= www
+MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/${DISTUNAME}/${DISTVER}/
+
+ONLY_FOR_PLATFORM= *-*-i386 # *-*-sparc
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.macromedia.com/software/flash/
+
+NO_BUILD= yes
+
+NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
+
+do-install:
+ ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/* ${NS_PLUGINS_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/flashplayer/files/md5 b/www/flashplayer/files/md5
new file mode 100644
index 00000000000..cbc399fb2a2
--- /dev/null
+++ b/www/flashplayer/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
+
+MD5 (flash_linux.tar.gz) = 2962638158fb1f83fec4aa617405dd6a
diff --git a/www/flashplayer/pkg/COMMENT b/www/flashplayer/pkg/COMMENT
new file mode 100644
index 00000000000..9b43d607706
--- /dev/null
+++ b/www/flashplayer/pkg/COMMENT
@@ -0,0 +1 @@
+Macromedia Flash player plugin for Netscape
diff --git a/www/flashplayer/pkg/DESCR b/www/flashplayer/pkg/DESCR
new file mode 100644
index 00000000000..9b43d607706
--- /dev/null
+++ b/www/flashplayer/pkg/DESCR
@@ -0,0 +1 @@
+Macromedia Flash player plugin for Netscape
diff --git a/www/flashplayer/pkg/PLIST b/www/flashplayer/pkg/PLIST
new file mode 100644
index 00000000000..b9b2dbb69cb
--- /dev/null
+++ b/www/flashplayer/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
+@exec mkdir -p %D/lib/netscape/plugins
+lib/netscape/plugins/README.Linux
+lib/netscape/plugins/ShockwaveFlash.class
+lib/netscape/plugins/libflashplayer.so
+@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true