2002-10-05 20:36:21 +02:00
|
|
|
# New ports collection makefile for: xmms-nebulus
|
|
|
|
# Date created: 3 Oct 2002
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-nebulus
|
2003-10-01 17:10:03 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2002-10-05 20:36:21 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://nebulus.tuxfamily.org/
|
|
|
|
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A XMMS visualization plugin that uses SDL and OpenGL
|
2002-10-05 20:36:21 +02:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
2003-01-02 16:06:10 +01:00
|
|
|
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
2002-11-28 17:37:35 +01:00
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2002-10-05 20:36:21 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/xmms/Visualization/libnebulus.so
|
2002-10-05 20:36:21 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_MESA= yes
|
|
|
|
USE_GNOME= gtk12
|
2003-09-04 02:31:50 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LIBTOOL= yes
|
2002-10-05 20:36:21 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-09-04 02:31:50 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG}
|
|
|
|
MAKE_ENV+= SDL_CONFIG=${SDL_CONFIG}
|
2002-10-05 20:36:21 +02:00
|
|
|
|
|
|
|
post-patch:
|
2003-09-04 02:31:50 +02:00
|
|
|
@${REINPLACE_CMD} -E -e \
|
|
|
|
's|SDL/SDL.h|SDL11/SDL.h|; \
|
|
|
|
s|SDL/SDL_opengl.h|SDL11/SDL_opengl.h|; \
|
|
|
|
s|SDL/SDL_thread.h|SDL11/SDL_thread.h|' \
|
|
|
|
${WRKSRC}/src/nebulus.h \
|
|
|
|
${WRKSRC}/src/nebulus.c \
|
|
|
|
${WRKSRC}/src/face_data.c \
|
|
|
|
${WRKSRC}/src/child_data.c \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-Wall||' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2002-10-05 20:36:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|