blob: 5e3b10820f1b210c9c1a7cc8960e9e8c19344d91 (
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
|
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 4
CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Bindings for XMMS2
LIB_DEPENDS+= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
CONFIGURE_TARGET= configure
USE_RUBY= yes
USE_GNOME= glib20
BROKEN_RUBY22= yes
BROKEN_RUBY23= yes
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= ruby
.include "${MASTERDIR}/Makefile"
|