mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 0.4.10 and make it link with libflash which was separated
from this standalone program.
This commit is contained in:
parent
d68321e2a0
commit
0e9781c3e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33813
@ -1,27 +1,24 @@
|
||||
# New ports collection makefile for: flashplayer
|
||||
# Date created: 2 October 1999
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
# New ports collection makefile for: flashplayer
|
||||
# Date created: 2 October 1999
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashplayer
|
||||
PORTVERSION= 0.4.3
|
||||
PORTVERSION= 0.4.10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
|
||||
http://perso.club-internet.fr/odebon/flash/Linux/
|
||||
MASTER_SITES= http://www.swift-tools.com/Flash/
|
||||
DISTNAME= flash-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
||||
PATCHFILES= flash-0.4.3-fbsd-19990512.patch
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
ALL_TARGET= swfplayer
|
||||
LIB_DEPENDS= flash.0:${.CURDIR}/../libflash
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/swfplayer ${PREFIX}/bin
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Player
|
||||
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5
|
||||
MD5 (flash-0.4.3-fbsd-19990512.patch) = 57784f1045062aa23c584b2f5bbc6483
|
||||
MD5 (flash-0.4.10.tgz) = 1473f085c599d8076fa866cd91e11598
|
||||
|
10
graphics/flashplayer/files/Makefile
Normal file
10
graphics/flashplayer/files/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= swfplayer
|
||||
SRCS= main.c
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm
|
||||
NOMAN= YES
|
||||
BINDIR= ${LOCALBASE}/bin
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1 +1 @@
|
||||
An implementation of Macromedia Flash standalone player
|
||||
GPL standalone Flash (TM) player
|
||||
|
@ -1,20 +1,7 @@
|
||||
This is an implementation of Macromedia Flash standalone player.
|
||||
Note that this is an unofficial implementation, not done by Macromedia itself.
|
||||
|
||||
Usage: swfplayer <file.swf>
|
||||
|
||||
WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html
|
||||
http://perso.club-internet.fr/odebon/flash.html (mirror)
|
||||
|
||||
Author: Olivier Debon <odebon@club-internet.fr>
|
||||
|
||||
Porting to FreeBSD was done by <yamagata@nwgpc.kek.jp>, whose works are
|
||||
available at:
|
||||
|
||||
http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
||||
This is GPL standalone Flash (TM) Player, that comes with FlashLib
|
||||
(libflash) distribution.
|
||||
|
||||
Author: Olivier Debon <odebon@club-internet.fr>
|
||||
WWW: http://www.swift-tools.com/Flash/
|
||||
|
||||
The Netscape plugin is also available as a separate port.
|
||||
|
||||
--
|
||||
Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
|
Loading…
Reference in New Issue
Block a user