mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f0b0908dc5
PR: 205774
26 lines
463 B
Makefile
26 lines
463 B
Makefile
# 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:${PORTSDIR}/audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
CONFIGURE_TARGET= configure
|
|
USE_RUBY= yes
|
|
USE_GNOME= glib20
|
|
|
|
BROKEN_RUBY23= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= ruby
|
|
|
|
.include "${MASTERDIR}/Makefile"
|