From 2d8310ba595b8b490647bc6c582130962075c106 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 19 Apr 2003 04:42:46 +0000 Subject: Re-import of www/mozilla-flash bin as graphics/moz-bin-flash. This is part two of the consistency update. --- graphics/moz-bin-flash/DESCR | 3 +++ graphics/moz-bin-flash/Makefile | 35 +++++++++++++++++++++++++++++++++++ graphics/moz-bin-flash/PLIST | 6 ++++++ graphics/moz-bin-flash/distinfo | 4 ++++ 4 files changed, 48 insertions(+) create mode 100644 graphics/moz-bin-flash/DESCR create mode 100644 graphics/moz-bin-flash/Makefile create mode 100644 graphics/moz-bin-flash/PLIST create mode 100644 graphics/moz-bin-flash/distinfo (limited to 'graphics/moz-bin-flash') diff --git a/graphics/moz-bin-flash/DESCR b/graphics/moz-bin-flash/DESCR new file mode 100644 index 00000000000..b8770609f95 --- /dev/null +++ b/graphics/moz-bin-flash/DESCR @@ -0,0 +1,3 @@ +This is the official Flash Player 6 from Macromedia. This plugin +enables you to see .swf and .spl files on the 'net using the +mozilla-linux package. diff --git a/graphics/moz-bin-flash/Makefile b/graphics/moz-bin-flash/Makefile new file mode 100644 index 00000000000..f41340dab9e --- /dev/null +++ b/graphics/moz-bin-flash/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/19 04:42:46 rh Exp $ +# + +DISTNAME= install_flash_player_6_linux +PKGNAME= moz-bin-flash-${VERSION} +CATEGORIES= graphics www +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/6.0r69/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.macromedia.com/ +COMMENT= Flash player for the linux version of mozilla (binary pkg) + +DEPENDS+= mozilla-bin-[0-9]*:../../www/mozilla-bin + +CONFLICTS+= mozilla-flash-bin-[0-9]* + +VERSION= 6.0.69 + +NO_CONFIGURE= YES +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/install_flash_player_6_linux + +DOCDIR= share/doc/moz-bin-flash +PLIST_SUBST+= DOCDIR="${DOCDIR}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/libflashplayer.so ${PREFIX}/lib/mozilla-linux/plugins + ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${PREFIX}/lib/mozilla-linux/components + + ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/${DOCDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/moz-bin-flash/PLIST b/graphics/moz-bin-flash/PLIST new file mode 100644 index 00000000000..f93e40af82c --- /dev/null +++ b/graphics/moz-bin-flash/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/19 04:42:46 rh Exp $ +lib/mozilla-linux/components/flashplayer.xpt +lib/mozilla-linux/plugins/libflashplayer.so +${DOCDIR}/readme.txt +${DOCDIR}/ReadMe.htm +@dirrm ${DOCDIR} diff --git a/graphics/moz-bin-flash/distinfo b/graphics/moz-bin-flash/distinfo new file mode 100644 index 00000000000..42efe48a3f1 --- /dev/null +++ b/graphics/moz-bin-flash/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/19 04:42:46 rh Exp $ + +SHA1 (install_flash_player_6_linux.tar.gz) = ecddda28954ce26882cea0f6578af326d7c6e76c +Size (install_flash_player_6_linux.tar.gz) = 706066 bytes -- cgit v1.2.3