2002-10-05 20:36:21 +02:00
|
|
|
# New ports collection makefile for: xmms-nebulus
|
|
|
|
# Date created: 3 Oct 2002
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2002-10-05 20:36:21 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-nebulus
|
2007-03-16 14:26:12 +01:00
|
|
|
PORTVERSION= 0.8.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2002-10-05 20:36:21 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://nebulus.tuxfamily.org/
|
|
|
|
|
2007-07-06 01:39:06 +02:00
|
|
|
MAINTAINER= dyeske@gmail.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
|
|
|
|
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
|
2004-03-08 00:39:10 +01:00
|
|
|
USE_SDL= sdl
|
2005-11-22 23:31:06 +01:00
|
|
|
USE_GL= yes
|
2002-10-05 20:36:21 +02:00
|
|
|
USE_GNOME= gtk12
|
2003-09-04 02:31:50 +02:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-04 02:31:50 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
2003-09-04 02:31:50 +02:00
|
|
|
|
2002-10-05 20:36:21 +02:00
|
|
|
post-patch:
|
2003-09-04 02:31:50 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-Wall||' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2002-10-05 20:36:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|