aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/flashplayer/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-14 17:34:43 +0800
committerknu <knu@FreeBSD.org>2000-10-14 17:34:43 +0800
commit1978723581e6b78281a7d7b7bc473d63f38e105e (patch)
tree64d622b46e29470f4f40bcf97b09cab25ac6e3e7 /graphics/flashplayer/Makefile
parent749c8f9fd563518e25523dbce8dc7d493d77878a (diff)
downloadfreebsd-ports-gnome-1978723581e6b78281a7d7b7bc473d63f38e105e.tar.gz
freebsd-ports-gnome-1978723581e6b78281a7d7b7bc473d63f38e105e.tar.zst
freebsd-ports-gnome-1978723581e6b78281a7d7b7bc473d63f38e105e.zip
Update to 0.4.10 and make it link with libflash which was separated
from this standalone program.
Diffstat (limited to 'graphics/flashplayer/Makefile')
-rw-r--r--graphics/flashplayer/Makefile23
1 files changed, 10 insertions, 13 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile
index 22ec7b9a58ad..79337974c8f7 100644
--- a/graphics/flashplayer/Makefile
+++ b/graphics/flashplayer/Makefile
@@ -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
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/Player
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/swfplayer ${PREFIX}/bin
+pre-build:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}/
.include <bsd.port.mk>