2002-04-28 08:42:32 +02:00
|
|
|
# New ports collection makefile for: xmms-paranormal
|
|
|
|
# Date created: 25 Apr 2002
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2002-04-28 08:42:32 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-paranormal
|
|
|
|
PORTVERSION= 0.2.0
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 10
|
2002-04-28 08:42:32 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/paranormal/old-paranormal-xmms/${PORTVERSION}
|
2002-04-28 08:42:32 +02:00
|
|
|
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
|
|
|
|
|
2009-02-03 00:44:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
|
2002-04-28 08:42:32 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2002-04-28 08:42:32 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml
|
2002-04-28 08:42:32 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_GL= glut
|
2002-04-28 08:42:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-08 00:39:10 +01:00
|
|
|
USE_SDL= sdl
|
2007-03-29 15:56:32 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-04-28 08:42:32 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-29 15:56:32 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
|
|
|
|
2002-04-28 08:42:32 +02:00
|
|
|
.include <bsd.port.mk>
|