aboutsummaryrefslogtreecommitdiff
path: root/audio/ruby-xmms2-ecore/Makefile
blob: 14231af036521ce277fd6ded15db92bd90224740 (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:	ruby-xmms2-ecore
# Date created:				23 Jun 2006
# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#

CATEGORIES=	audio ruby
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
PKGNAMESUFFIX=	-ecore

MAINTAINER=	alexbl@FreeBSD.org
COMMENT=	Ruby ecore mainloop bindings for XMMS2

BUILD_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
LIB_DEPENDS+=	ecore.1:${PORTSDIR}/x11/ecore

MASTERDIR=	${.CURDIR}/../xmms2

USE_RUBY=	yes
USE_GNOME=	glib20
USE_LDCONFIG=	yes

PLIST=		${.CURDIR}/pkg-plist

BROKEN=	Fails to configure (can not find ecore-config)

XMMS2_SLAVE=	ruby-ecore

.include "${MASTERDIR}/Makefile"