freebsd-ports/audio/ruby-xmms2-ecore/Makefile
Pav Lucistnik 6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00

34 lines
829 B
Makefile

# New ports collection makefile for: ruby-xmms2-ecore
# Date created: 23 Jun 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTREVISION= 1
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
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
USE_EFL= ecore
USE_LDCONFIG= yes
PLIST= ${.CURDIR}/pkg-plist
BROKEN= Fails to configure (can not find ecore-config)
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
XMMS2_SLAVE= ruby-ecore
.include "${MASTERDIR}/Makefile"