aboutsummaryrefslogtreecommitdiff
path: root/graphics/flashplayer/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-14 09:34:43 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-14 09:34:43 +0000
commit0e9781c3e192121ba3508e3510b041f5cdf37032 (patch)
treefb03d762d6f6943eb24130d03a5cc4848789318e /graphics/flashplayer/Makefile
parentd68321e2a05c23a9b0c9052901fa62d992b8a34d (diff)
downloadports-0e9781c3e192121ba3508e3510b041f5cdf37032.tar.gz
ports-0e9781c3e192121ba3508e3510b041f5cdf37032.zip
Notes
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>