2002-03-25 00:54:22 +01:00
|
|
|
# New ports collection makefile for: xmms-infinity
|
|
|
|
# Date created: 14 Dec 2001
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-infinity
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://julien.carme.free.fr/
|
|
|
|
DISTNAME= infinity-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A XMMS plug-in which generate full-screen interactive light effects
|
2002-03-25 00:54:22 +01:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \
|
2003-01-02 16:06:10 +01:00
|
|
|
SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
2002-11-28 17:37:35 +01:00
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2002-03-25 00:54:22 +01:00
|
|
|
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-08-05 23:25:43 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-03-25 00:54:22 +01:00
|
|
|
USE_GMAKE= yes
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2002-03-25 00:54:22 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
pre-patch:
|
2002-08-05 23:25:43 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] \
|
|
|
|
${WRKSRC}/configure
|
2002-03-25 00:54:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|