freebsd-ports/graphics/xmms-nebulus/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: xmms-nebulus
# Date created: 3 Oct 2002
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= xmms-nebulus
PORTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://nebulus.tuxfamily.org/
MAINTAINER= dyeske@yahoo.com
COMMENT= A XMMS visualization plugin that uses SDL and OpenGL
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Visualization/libnebulus.so
USE_SDL= sdl
USE_X_PREFIX= yes
USE_MESA= yes
USE_GNOME= gtk12
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:13:inc
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include"
post-patch:
@${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
.include <bsd.port.mk>