mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
609890ffc6
commit
ecd4c2b17b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22117
10 changed files with 80 additions and 0 deletions
23
graphics/flashplayer/Makefile
Normal file
23
graphics/flashplayer/Makefile
Normal file
|
@ -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>
|
1
graphics/flashplayer/distinfo
Normal file
1
graphics/flashplayer/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5
|
1
graphics/flashplayer/pkg-comment
Normal file
1
graphics/flashplayer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A standalone Macromedia Flash player
|
14
graphics/flashplayer/pkg-descr
Normal file
14
graphics/flashplayer/pkg-descr
Normal file
|
@ -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
|
1
graphics/flashplayer/pkg-plist
Normal file
1
graphics/flashplayer/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/swfplayer
|
23
graphics/libflash/Makefile
Normal file
23
graphics/libflash/Makefile
Normal file
|
@ -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>
|
1
graphics/libflash/distinfo
Normal file
1
graphics/libflash/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5
|
1
graphics/libflash/pkg-comment
Normal file
1
graphics/libflash/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A standalone Macromedia Flash player
|
14
graphics/libflash/pkg-descr
Normal file
14
graphics/libflash/pkg-descr
Normal file
|
@ -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
|
1
graphics/libflash/pkg-plist
Normal file
1
graphics/libflash/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/swfplayer
|
Loading…
Add table
Reference in a new issue