aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-iris/Makefile
blob: 57cd06fe7be8b292d4ef2aaa514d6ca0eca0202c (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
# New ports collection makefile for:    xmms-iris
# Date created:             25 Apr 2002
# Whom:                 David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#

PORTNAME=   iris
PORTVERSION=    0.10
CATEGORIES= graphics
MASTER_SITES=   http://cdelfosse.free.fr/xmms-iris/
PKGNAMEPREFIX=  xmms-

MAINTAINER= dyeske@yahoo.com

BUILD_DEPENDS=  xmms-config:${PORTSDIR}/audio/xmms
RUN_DEPENDS=    xmms:${PORTSDIR}/audio/xmms

GNU_CONFIGURE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
USE_GMAKE=  yes
USE_MESA=   yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>