diff options
-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 |