aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-gforce/Makefile
blob: 1775c372343038d195fecfd504a8c6820e515003 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	xmms-gforce
# Date created:        			22 December 2000
# Whom:					alex
#
# $FreeBSD$
#

PORTNAME=	xmms-gforce
PORTVERSION=	1.1.6.x.p.3
CATEGORIES=	graphics
MASTER_SITES=	http://www.mnsi.net/~bgjenero/gforce/
DISTNAME=	gforce-1.1.6xp3

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS=	xmms:${PORTSDIR}/audio/xmms

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
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 or  *"
	@${ECHO_MSG} "* the plugin crashes, your whole X-session will be    *"
	@${ECHO_MSG} "* affected.  You have to run XMMS as root to use DGA. *"
	@${ECHO_MSG} "*******************************************************"
.endif

.include <bsd.port.mk>