diff options
author | sada <sada@FreeBSD.org> | 2000-02-29 23:05:39 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-02-29 23:05:39 +0000 |
commit | be2b57a20e2e90b07bbfdc8c7639f629f968d239 (patch) | |
tree | 4562de16bc99f0e4103fefb3ee142cb05204ca67 /graphics | |
parent | 4652765e46ee544b1f052e0f45c2f0ab6cc71aae (diff) | |
download | FreeBSD-ports-be2b57a20e2e90b07bbfdc8c7639f629f968d239.zip FreeBSD-ports-be2b57a20e2e90b07bbfdc8c7639f629f968d239.tar.gz |
Added a FreeBSD patch by Yamagata.
PR: ports/14100
Submitted by: Akinori MUSHA aka knu <knu@idaemons.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flashplayer/Makefile | 8 | ||||
-rw-r--r-- | graphics/flashplayer/distinfo | 1 | ||||
-rw-r--r-- | graphics/libflash/Makefile | 8 | ||||
-rw-r--r-- | graphics/libflash/distinfo | 1 |
4 files changed, 16 insertions, 2 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index 3140980..3899e9b 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/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/flashplayer/distinfo b/graphics/flashplayer/distinfo index d2e6322..44bd9fb 100644 --- a/graphics/flashplayer/distinfo +++ b/graphics/flashplayer/distinfo @@ -1 +1,2 @@ MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 +MD5 (flash-0.4.3-fbsd-19990512.patch) = 57784f1045062aa23c584b2f5bbc6483 diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index 3140980..3899e9b 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 d2e6322..44bd9fb 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 |