summaryrefslogtreecommitdiff
path: root/www/linux-flashplugin9
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /www/linux-flashplugin9
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Notes
Notes: svn path=/head/; revision=95679 svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
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, 0 insertions, 64 deletions
diff --git a/www/linux-flashplugin9/Makefile b/www/linux-flashplugin9/Makefile
deleted file mode 100644
index b703c65ab0c7..000000000000
--- a/www/linux-flashplugin9/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: linux-flashplugin6
-# Date created: 23 February 2003
-# Whom: Brandon D. Valentine <ports@geekpunk.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= flashplugin
-PORTVERSION= 6.0r79
-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
deleted file mode 100644
index e5bcf45fac11..000000000000
--- a/www/linux-flashplugin9/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = a6f73da96f89d3dba4fadd4020dd7f38
diff --git a/www/linux-flashplugin9/pkg-descr b/www/linux-flashplugin9/pkg-descr
deleted file mode 100644
index d9d2a463a3f4..000000000000
--- a/www/linux-flashplugin9/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index bc257a684727..000000000000
--- a/www/linux-flashplugin9/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-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