aboutsummaryrefslogtreecommitdiff
path: root/graphics/flashplayer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-25 22:54:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-25 22:54:26 +0000
commitae75aa39cbf76543bf17863bffd58b4939b7bd55 (patch)
tree894dfc40a711abf749505928a74da69895ca0707 /graphics/flashplayer
parent79b850817d0c9829a49e792a62fbb54d88acc3ee (diff)
downloadports-ae75aa39cbf76543bf17863bffd58b4939b7bd55.tar.gz
ports-ae75aa39cbf76543bf17863bffd58b4939b7bd55.zip
Notes
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r--graphics/flashplayer/Makefile21
-rw-r--r--graphics/flashplayer/distinfo4
-rw-r--r--graphics/flashplayer/pkg-descr2
3 files changed, 13 insertions, 14 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 940894462826..f9eb01d3cfda 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= flashplayer
-PORTVERSION= 0.4.10
-PORTREVISION= 1
+PORTVERSION= 0.4.12
CATEGORIES= graphics
-MASTER_SITES= http://www.swift-tools.net/Flash/
-DISTNAME= flash-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ${MASTER_SITE_SUBDIR}
+MASTER_SITE_SUBDIR= gplflash
+DISTNAME= gplflash-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GPL standalone Flash (TM) player
-LIB_DEPENDS= flash.0:${.CURDIR}/../libflash
+LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash
-PLIST_FILES= bin/swfplayer
-USE_X_PREFIX= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/player
-WRKSRC= ${WRKDIR}/${DISTNAME}/Player
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+MAKEFILE= ${FILESDIR}/Makefile
-pre-build:
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}/
+PLIST_FILES= bin/swfplayer
.include <bsd.port.mk>
diff --git a/graphics/flashplayer/distinfo b/graphics/flashplayer/distinfo
index 7d51a977af73..9343a34ff8a0 100644
--- a/graphics/flashplayer/distinfo
+++ b/graphics/flashplayer/distinfo
@@ -1,2 +1,2 @@
-MD5 (flash-0.4.10.tgz) = 1473f085c599d8076fa866cd91e11598
-SIZE (flash-0.4.10.tgz) = 358995
+MD5 (gplflash-0.4.12.tar.bz2) = 7d53803486b255665a80cd834ee3c463
+SIZE (gplflash-0.4.12.tar.bz2) = 378727
diff --git a/graphics/flashplayer/pkg-descr b/graphics/flashplayer/pkg-descr
index 2a5f5d0b0a65..d3a0c928da7f 100644
--- a/graphics/flashplayer/pkg-descr
+++ b/graphics/flashplayer/pkg-descr
@@ -2,6 +2,6 @@ This is GPL standalone Flash (TM) Player, that comes with FlashLib
(libflash) distribution.
Author: Olivier Debon <olivier@debon.net>
-WWW: http://www.swift-tools.net/Flash/
+WWW: http://gplflash.sourceforge.net/
The Netscape plugin is also available as a separate port.