freebsd-ports/graphics/xmms-nebulus/Makefile
Bryan Drewery 6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00

30 lines
648 B
Makefile

# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= xmms-nebulus
PORTVERSION= 0.8.0
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://nebulus.tuxfamily.org/
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= 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_GL= yes
USE_GNOME= gtk12
USE_BZIP2= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -e \
's|-Wall||' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>