diff options
author | knu <knu@FreeBSD.org> | 2000-04-01 13:39:31 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-01 13:39:31 +0000 |
commit | 1411792d04aebe88c6e8ff51d8f4f9ce1f5f725b (patch) | |
tree | 6320ab183cd819686d1e84d38ca1a5c3709d3ed5 /www/linux-flashplugin | |
parent | c29cc508424319861c24b9711e8a1de737d54d95 (diff) | |
download | FreeBSD-ports-1411792d04aebe88c6e8ff51d8f4f9ce1f5f725b.zip FreeBSD-ports-1411792d04aebe88c6e8ff51d8f4f9ce1f5f725b.tar.gz |
Initial import of linux-flashplugin.
This is the official Macromedia Flash 4 Player for Linux Netscape.
PR: ports/16695
Submitted by: Matt Heckaman <matt@ARPA.MAIL.NET>
Diffstat (limited to 'www/linux-flashplugin')
-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 0000000..0a34ebd --- /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 0000000..2d82f39 --- /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 0000000..e4a65b7 --- /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 0000000..b3473db --- /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 0000000..e8e0444 --- /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 |