2002-04-28 08:42:32 +02:00
|
|
|
# New ports collection makefile for: xmms-paranormal
|
|
|
|
# Date created: 25 Apr 2002
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-paranormal
|
|
|
|
PORTVERSION= 0.2.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 6
|
2002-04-28 08:42:32 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= paranormal
|
|
|
|
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
|
|
|
|
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
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
|
|
|
|
2006-01-12 13:54:32 +01:00
|
|
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
glut.4:${PORTSDIR}/graphics/libglut
|
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
|
|
|
|
2004-03-08 00:39:10 +01:00
|
|
|
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml"
|
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
|
|
|
|
USE_X_PREFIX= 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>
|