diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-02 16:15:35 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-02 16:15:35 +0000 |
commit | ecd4c2b17b75838c8d0f61d24d2cb1c7ceab7941 (patch) | |
tree | e98d2913074d36a9bfe345e109af92a206b96002 /graphics/libflash | |
parent | Updated to version 1.3.3 (diff) |
This is a standalone Macromedia Flash player. The Netscape plugin
which is compiled from the same source distribution will be a
seperate port.
PR: ports/14081
Submitted by: Akinori MUSHA <knu@idaemons.org>
Notes
Notes:
svn path=/head/; revision=22117
Diffstat (limited to 'graphics/libflash')
-rw-r--r-- | graphics/libflash/Makefile | 23 | ||||
-rw-r--r-- | graphics/libflash/distinfo | 1 | ||||
-rw-r--r-- | graphics/libflash/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libflash/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/libflash/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile new file mode 100644 index 000000000000..3140980595dc --- /dev/null +++ b/graphics/libflash/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: flashplayer +# Version required: 0.4.3 +# Date created: 2 October 1999 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +DISTNAME= flash-0.4.3 +PKGNAME= flashplayer-0.4.3 +CATEGORIES= graphics +MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ + http://perso.club-internet.fr/odebon/flash/Linux/ +EXTRACT_SUFX= .tgz + +MAINTAINER= knu@idaemons.org + +USE_X_PREFIX= yes + +do-install: + cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin + +.include <bsd.port.mk> diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo new file mode 100644 index 000000000000..d2e6322c485c --- /dev/null +++ b/graphics/libflash/distinfo @@ -0,0 +1 @@ +MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 diff --git a/graphics/libflash/pkg-comment b/graphics/libflash/pkg-comment new file mode 100644 index 000000000000..f7fdbd580f6a --- /dev/null +++ b/graphics/libflash/pkg-comment @@ -0,0 +1 @@ +A standalone Macromedia Flash player diff --git a/graphics/libflash/pkg-descr b/graphics/libflash/pkg-descr new file mode 100644 index 000000000000..f57d671219af --- /dev/null +++ b/graphics/libflash/pkg-descr @@ -0,0 +1,14 @@ +This is a standalone Macromedia Flash player. The Netscape plugin +which is compiled from the same source distribution will be a +seperate port. + +Usage: swfplayer <file.swf> + +WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html + http://perso.club-internet.fr/odebon/flash.html (mirror) + +-- + / + /__ __ + / ) ) ) ) / http://www.idaemons.org/knu/ +Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org diff --git a/graphics/libflash/pkg-plist b/graphics/libflash/pkg-plist new file mode 100644 index 000000000000..79396b1733e1 --- /dev/null +++ b/graphics/libflash/pkg-plist @@ -0,0 +1 @@ +bin/swfplayer |