freebsd-ports/graphics/xmms-iris/Makefile
Mario Sergio Fujikawa Ferreira 5dc9b7f571 Deploy USE_GNOMENG infrastructure
PR:		42349
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 02:46:49 +00:00

31 lines
627 B
Makefile

# 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>