2002-04-26 04:20:00 +02:00
|
|
|
# New ports collection makefile for: xmms-iris
|
|
|
|
# Date created: 25 Apr 2002
|
|
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iris
|
2002-06-26 22:49:42 +02:00
|
|
|
PORTVERSION= 0.10
|
2002-04-26 04:20:00 +02:00
|
|
|
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
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2002-04-26 04:20:00 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_MESA= yes
|
|
|
|
USE_X_PREFIX= yes
|
2002-06-26 22:49:42 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
|
|
|
|
${WRKSRC}/configure
|
2002-04-26 04:20:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|