summaryrefslogtreecommitdiff
path: root/audio/euphoria/Makefile
blob: 2652be89a382d085498c77da1c12b5679872f308 (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
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:	euphoria
# Date created:		22 June 2006
# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#

PORTNAME=	euphoria
PORTVERSION=	20061008
PORTREVISION=	0
PORTEPOCH=	1
CATEGORIES=	audio
MASTER_SITES=	http://sunner.elcomnet.ru/~stas/

MAINTAINER=	stas@FreeBSD.org
COMMENT=	XMMS2 GUI frontend written with Enlightenment e17 libraries

BUILD_DEPENDS=	rake:${PORTSDIR}/devel/rubygem-rake \
		edje_cc:${PORTSDIR}/graphics/edje
RUN_DEPENDS=	${SADIR}/edje.so:${PORTSDIR}/graphics/ruby-edje \
		${SADIR}/esmart.so:${PORTSDIR}/graphics/ruby-esmart \
		${SADIR}/evas.so:${PORTSDIR}/graphics/ruby-evas \
		${SADIR}/ecore.so:${PORTSDIR}/devel/ruby-ecore \
		${SADIR}/xmmsclient_ecore.so:${PORTSDIR}/audio/ruby-xmms2-ecore

SADIR=		${RUBY_SITEARCHLIBDIR}

USE_BZIP2=	yes
USE_RUBY=	yes
RUBY_SHEBANG_FILES=	${WRKSRC}/bin/euphoria

.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN=		edje is broken on ia64
.endif

do-build:
	@(cd ${WRKSRC}; ${LOCALBASE}/bin/rake)

do-install:
	@(cd ${WRKSRC}; ${LOCALBASE}/bin/rake install)

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>