diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-02-29 23:05:39 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-02-29 23:05:39 +0000 |
commit | 1b847a8684330844d038ed222d0cfa8d1b6155a7 (patch) | |
tree | 6bf9e05f58d39595e170430b2a0d2a3942b146b4 /graphics/libflash | |
parent | 26f89df37002c7a635d5932214a4a4082763ba0f (diff) | |
download | ports-1b847a8684330844d038ed222d0cfa8d1b6155a7.tar.gz ports-1b847a8684330844d038ed222d0cfa8d1b6155a7.zip |
Notes
Diffstat (limited to 'graphics/libflash')
-rw-r--r-- | graphics/libflash/Makefile | 8 | ||||
-rw-r--r-- | graphics/libflash/distinfo | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 3140980595dc..3899e9b3bc97 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -13,11 +13,17 @@ MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ http://perso.club-internet.fr/odebon/flash/Linux/ EXTRACT_SUFX= .tgz +PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/ +PATCHFILES= flash-0.4.3-fbsd-19990512.patch + MAINTAINER= knu@idaemons.org USE_X_PREFIX= yes +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} swfplayer + do-install: - cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin .include <bsd.port.mk> diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo index d2e6322c485c..44bd9fb02bc6 100644 --- a/graphics/libflash/distinfo +++ b/graphics/libflash/distinfo @@ -1 +1,2 @@ MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 +MD5 (flash-0.4.3-fbsd-19990512.patch) = 57784f1045062aa23c584b2f5bbc6483 |