freebsd-ports/graphics/xmms-infinity/Makefile
Edwin Groothuis 84c834ee8f Let ports use the USE_SDL macro
PR:		ports/61807
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2004-03-07 23:39:10 +00:00

33 lines
769 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://julien.carme.free.fr/
DISTNAME= infinity-${PORTVERSION}
MAINTAINER= dyeske@yahoo.com
COMMENT= A XMMS plug-in which generate full-screen interactive light effects
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Visualization/libinfinite.so
GNU_CONFIGURE= yes
USE_SDL= sdl
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_X_PREFIX= yes
pre-patch:
@${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' ${WRKSRC}/*.[ch] \
${WRKSRC}/configure
.include <bsd.port.mk>