diff options
author | alex <alex@FreeBSD.org> | 2000-12-24 09:48:16 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-12-24 09:48:16 +0000 |
commit | 9a8c72696cf10dd3d74745da112a986805ee07dc (patch) | |
tree | 06a8bca161700a18afe752e6e68890bb332d5410 /graphics | |
parent | 2fc45b702d28cfb455c15c22ac4ff5c66f9a5303 (diff) | |
download | FreeBSD-ports-9a8c72696cf10dd3d74745da112a986805ee07dc.zip FreeBSD-ports-9a8c72696cf10dd3d74745da112a986805ee07dc.tar.gz |
Christmas present:
Give this port a WANT_DGA option to enable DGA support for the output.
Diffstat (limited to 'graphics')
-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 0ab8485..87c3470 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 90b8c47..c9fafd5 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 |