2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
2006-04-01 05:53:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-02-25 00:38:28 +01:00
|
|
|
PORTREVISION= 4
|
2006-04-01 05:53:48 +02:00
|
|
|
CATEGORIES= audio ruby
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
|
2009-08-04 00:06:32 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-04-01 05:53:48 +02:00
|
|
|
COMMENT= Ruby Bindings for XMMS2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
|
2006-04-02 08:57:21 +02:00
|
|
|
|
2006-04-01 05:53:48 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
|
2015-04-10 00:06:36 +02:00
|
|
|
CONFIGURE_TARGET= configure
|
2006-04-01 05:53:48 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
|
2016-02-03 17:28:52 +01:00
|
|
|
BROKEN_RUBY22= yes
|
2016-01-17 08:06:25 +01:00
|
|
|
BROKEN_RUBY23= yes
|
|
|
|
|
2006-04-02 08:57:21 +02:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2006-04-01 05:53:48 +02:00
|
|
|
|
|
|
|
XMMS2_SLAVE= ruby
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|