1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/xmms-gforce/Makefile
Alexander Langer 358bb29fb2 Release maintainership to ports@.
I really don't see a reason while I should be the only one who is allowed
to touch this port.
2001-05-21 16:00:16 +00:00

40 lines
1.1 KiB
Makefile

# 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>