freebsd-ports/audio/euphoria/Makefile
Ion-Mihai Tetcu 42bb560558 - fix playlist issues with new xmms2
- bump PORTREVISION

PR:		ports/100015
Submitted by:	maintainer
2006-07-10 19:15:04 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: euphoria
# Date created: 22 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= euphoria
PORTVERSION= 20062006
PORTREVISON= 1
CATEGORIES= audio
MASTER_SITES= http://mbsd.msk.ru/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries
SADIR= ${RUBY_SITEARCHLIBDIR}
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
USE_BZIP2= yes
USE_RUBY= yes
.include <bsd.port.pre.mk>
do-build:
@(cd ${WRKSRC}; ${LOCALBASE}/bin/rake)
do-install:
@(cd ${WRKSRC}; ${LOCALBASE}/bin/rake install)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>