diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-01 13:39:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-01 13:39:31 +0000 |
commit | d40fc88aa6cad1fcfe5b7b20e5449d757b8fa62b (patch) | |
tree | 90e04b3e6d05c71be94af9bb5ec16da9353294e5 /www | |
parent | 67fc71d8347ca140a016749163dd8a9638743f89 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-flashplugin/Makefile | 38 | ||||
-rw-r--r-- | www/linux-flashplugin/distinfo | 1 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-comment | 1 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-descr | 11 | ||||
-rw-r--r-- | www/linux-flashplugin/pkg-plist | 7 |
5 files changed, 58 insertions, 0 deletions
diff --git a/www/linux-flashplugin/Makefile b/www/linux-flashplugin/Makefile new file mode 100644 index 000000000000..0a34ebd6efbd --- /dev/null +++ b/www/linux-flashplugin/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: linux-flashplugin +# Version required: 4.0r12 +# Date created: 13 Feburary 2000 +# Whom: Matt Heckaman <matt@LUCIDA.QC.CA> +# +# $FreeBSD$ +# + +DISTNAME= flash_linux +PKGNAME= linux-flashplugin-4.0r12 +CATEGORIES= www graphics linux +MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/4.0r12/ + +MAINTAINER= matt@LUCIDA.QC.CA + +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base + +ONLY_FOR_ARCHS= i386 +NO_CDROM= "Redistribution not allowed" +NO_BUILD= yes +WRKSRC= ${WRKDIR}/Linux + +PLUGINSDIR= lib/netscape-linux/plugins +LIBFILES= libflashplayer.so \ + ShockwaveFlash.class + +PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}" + +do-install: + ${MKDIR} ${PREFIX}/lib/flash + ${MKDIR} ${PREFIX}/share/doc/flash +.for f in ${LIBFILES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/flash/ + ${LN} -sf ${PREFIX}/lib/flash/${f} ${PREFIX}/${PLUGINSDIR}/ +.endfor + ${INSTALL_DATA} ${WRKSRC}/README.Linux ${PREFIX}/share/doc/flash/ + +.include <bsd.port.mk> diff --git a/www/linux-flashplugin/distinfo b/www/linux-flashplugin/distinfo new file mode 100644 index 000000000000..2d82f3920b50 --- /dev/null +++ b/www/linux-flashplugin/distinfo @@ -0,0 +1 @@ +MD5 (flash_linux.tar.gz) = 2962638158fb1f83fec4aa617405dd6a diff --git a/www/linux-flashplugin/pkg-comment b/www/linux-flashplugin/pkg-comment new file mode 100644 index 000000000000..e4a65b7ec17f --- /dev/null +++ b/www/linux-flashplugin/pkg-comment @@ -0,0 +1 @@ +The official Macromedia Flash 4 Player for Linux Netscape diff --git a/www/linux-flashplugin/pkg-descr b/www/linux-flashplugin/pkg-descr new file mode 100644 index 000000000000..b3473dbca581 --- /dev/null +++ b/www/linux-flashplugin/pkg-descr @@ -0,0 +1,11 @@ +Macromedia Flash Player 4 +Netscape Plug-in for Linux + +This is the official Flash Player 4 from Macromedia. Through this plugin, +it enables you to see .swf and .spl files on the 'net from your Netscape +session. Please see the Macromedia home page for more information. + +WWW: http://www.macromedia.com + +- Matt Heckaman +matt@LUCIDA.QC.CA diff --git a/www/linux-flashplugin/pkg-plist b/www/linux-flashplugin/pkg-plist new file mode 100644 index 000000000000..e8e04443c2c0 --- /dev/null +++ b/www/linux-flashplugin/pkg-plist @@ -0,0 +1,7 @@ +lib/flash/ShockwaveFlash.class +lib/flash/libflashplayer.so +%%PLUGINSDIR%%/ShockwaveFlash.class +%%PLUGINSDIR%%/libflashplayer.so +share/doc/flash/README.Linux +@dirrm lib/flash +@dirrm share/doc/flash |