aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-paranormal/Makefile
blob: 844fbd190ce082501aa65d9711b9c3fab5723c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    xmms-paranormal
# Date created:             25 Apr 2002
# Whom:                 David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   xmms-paranormal
PORTVERSION=    0.2.0
PORTREVISION=   10
CATEGORIES= graphics
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= paranormal
DISTNAME=   paranormal-${PORTVERSION:S/.p/pre/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An adaptation of the "OpenGL Spectrum Analyzer" from XMMS

LIB_DEPENDS=    xml2:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS=  xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS=    xmms:${PORTSDIR}/multimedia/xmms

CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml"

USE_GL=     glut
GNU_CONFIGURE=  yes
USE_SDL=    sdl
USE_LDCONFIG=   yes
USE_GNOME=  gtk12
USE_GMAKE=  yes

post-patch:
    @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig

.include <bsd.port.mk>