From 668ca131f838cf1cfa992f3500e0f3a13326e3b6 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 5 Apr 2003 20:50:16 +0000 Subject: Add linux-flashplugin6 6.0r69, the official Macromedia Flash Player for Linux Mozilla and Netscape 6+. PR: ports/48616 Submitted by: Brandon D. Valentine --- www/linux-flashplugin9/Makefile | 43 ++++++++++++++++++++++++++++++++++++++++ www/linux-flashplugin9/distinfo | 1 + www/linux-flashplugin9/pkg-descr | 11 ++++++++++ www/linux-flashplugin9/pkg-plist | 9 +++++++++ 4 files changed, 64 insertions(+) create mode 100644 www/linux-flashplugin9/Makefile create mode 100644 www/linux-flashplugin9/distinfo create mode 100644 www/linux-flashplugin9/pkg-descr create mode 100644 www/linux-flashplugin9/pkg-plist (limited to 'www/linux-flashplugin9') 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 +# +# $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 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 -- cgit v1.2.3