diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 09:48:16 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 09:48:16 +0000 |
commit | 749d0dd25f1f525242d2d1c6193022da734c7514 (patch) | |
tree | 2b8a3e8ff423ecce6aa30392b99166311da0427c /graphics/xmms-gforce | |
parent | eff51161a131ebc90175809f28b8d6a7208da147 (diff) | |
download | ports-749d0dd25f1f525242d2d1c6193022da734c7514.tar.gz ports-749d0dd25f1f525242d2d1c6193022da734c7514.zip |
Notes
Diffstat (limited to 'graphics/xmms-gforce')
-rw-r--r-- | graphics/xmms-gforce/Makefile | 14 | ||||
-rw-r--r-- | graphics/xmms-gforce/distinfo | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/xmms-gforce/Makefile b/graphics/xmms-gforce/Makefile index 0ab8485c9e19..87c347051921 100644 --- a/graphics/xmms-gforce/Makefile +++ b/graphics/xmms-gforce/Makefile @@ -22,4 +22,18 @@ USE_X_PREFIX= yes RESTRICTED= "Non-commercial use only" +.if defined(WANT_DGA) +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= gforce-1.1.6xp3.dga.patch.gz +PATCH_WRKSRC= ${WRKDIR} +.else +pre-fetch: + @${ECHO_MSG} "******************************************************" + @${ECHO_MSG} "* To compile this port with DGA support (faster), *" + @${ECHO_MSG} "* use the WANT_DGA switch. Be aware that if XMMS *" + @${ECHO_MSG} "* or the plugin crashes, your whole X-session will *" + @${ECHO_MSG} "* be affected. DGA can't switched off once enabled. *" + @${ECHO_MSG} "******************************************************" +.endif + .include <bsd.port.mk> diff --git a/graphics/xmms-gforce/distinfo b/graphics/xmms-gforce/distinfo index 90b8c47e65e3..c9fafd5fc10b 100644 --- a/graphics/xmms-gforce/distinfo +++ b/graphics/xmms-gforce/distinfo @@ -1 +1,2 @@ MD5 (gforce-1.1.6xp3.tar.gz) = fdfa0de72ac51c93aeae5d12ea415c32 +MD5 (gforce-1.1.6xp3.dga.patch.gz) = 31d7471463397edcd6cd64e594cd84e9 |