aboutsummaryrefslogtreecommitdiff
path: root/www/linux-flashplugin9
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-05 20:50:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-05 20:50:16 +0000
commit668ca131f838cf1cfa992f3500e0f3a13326e3b6 (patch)
treeee82d78a4017333dc0e736359116dab3a276768f /www/linux-flashplugin9
parent8aa50bc72a46db0a40c64f6642063e0363d08907 (diff)
downloadports-668ca131f838cf1cfa992f3500e0f3a13326e3b6.tar.gz
ports-668ca131f838cf1cfa992f3500e0f3a13326e3b6.zip
Add linux-flashplugin6 6.0r69, the official Macromedia Flash Player
for Linux Mozilla and Netscape 6+. PR: ports/48616 Submitted by: Brandon D. Valentine <ports@geekpunk.net>
Notes
Notes: svn path=/head/; revision=78332
Diffstat (limited to 'www/linux-flashplugin9')
-rw-r--r--www/linux-flashplugin9/Makefile43
-rw-r--r--www/linux-flashplugin9/distinfo1
-rw-r--r--www/linux-flashplugin9/pkg-descr11
-rw-r--r--www/linux-flashplugin9/pkg-plist9
4 files changed, 64 insertions, 0 deletions
diff --git a/www/linux-flashplugin9/Makefile b/www/linux-flashplugin9/Makefile
new file mode 100644
index 000000000000..06d7bf88d9f4
--- /dev/null
+++ b/www/linux-flashplugin9/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: linux-flashplugin6
+# Date created: 23 February 2003
+# Whom: Brandon D. Valentine <ports@geekpunk.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flashplugin
+PORTVERSION= 6.0r69
+CATEGORIES= www multimedia linux
+MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
+PKGNAMEPREFIX= linux-
+DISTNAME= install_flash_player_6_linux
+DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
+
+MAINTAINER= ports@geekpunk.net
+COMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
+
+ONLY_FOR_ARCHS= i386
+USE_LINUX= yes
+NO_CDROM= "Redistribution not allowed"
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/install_flash_player_6_linux
+
+PLUGINSDIR= lib/linux-mozilla/plugins
+LIBFILES= libflashplayer.so flashplayer.xpt
+
+PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
+
+do-install:
+ @${MKDIR} ${PREFIX}/lib/linux-flashplugin6
+ @${MKDIR} ${PREFIX}/share/doc/linux-flashplugin6
+ @${MKDIR} ${PREFIX}/${PLUGINSDIR}
+.for f in ${LIBFILES}
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6/
+ @${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}/
+.endfor
+.if !defined(NOPORTDOCS)
+ @${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/linux-flashplugin6/
+ @${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/linux-flashplugin6/
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/linux-flashplugin9/distinfo b/www/linux-flashplugin9/distinfo
new file mode 100644
index 000000000000..41d01394ee2c
--- /dev/null
+++ b/www/linux-flashplugin9/distinfo
@@ -0,0 +1 @@
+MD5 (flashplugin/6.0r69/install_flash_player_6_linux.tar.gz) = 3c94ccbc2d4535ab78ad2c3eb1cd1777
diff --git a/www/linux-flashplugin9/pkg-descr b/www/linux-flashplugin9/pkg-descr
new file mode 100644
index 000000000000..d9d2a463a3f4
--- /dev/null
+++ b/www/linux-flashplugin9/pkg-descr
@@ -0,0 +1,11 @@
+This is the official Flash Player from Macromedia. This plugin enables
+you to see .swf and .spl files on the 'net from your Mozilla and
+Netscape 6+ session.
+
+Version 6 of the Macromedia Flash Player no longer works with Netscape
+4.x or earlier. For Flash support in those browsers install the
+linux-flashplugin port.
+
+Please see the Macromedia home page for more information.
+
+WWW: http://www.macromedia.com/
diff --git a/www/linux-flashplugin9/pkg-plist b/www/linux-flashplugin9/pkg-plist
new file mode 100644
index 000000000000..6d3a224fb997
--- /dev/null
+++ b/www/linux-flashplugin9/pkg-plist
@@ -0,0 +1,9 @@
+lib/linux-flashplugin6/flashplayer.xpt
+lib/linux-flashplugin6/libflashplayer.so
+%%PLUGINSDIR%%/flashplayer.xpt
+%%PLUGINSDIR%%/libflashplayer.so
+%%PORTDOCS%%share/doc/linux-flashplugin6/readme.txt
+%%PORTDOCS%%share/doc/linux-flashplugin6/ReadMe.htm
+@dirrm share/doc/linux-flashplugin6
+@dirrm lib/linux-flashplugin6
+@unexec rmdir -p %D/%%PLUGINSDIR%% 2>/dev/null || true