opnsense-ports/audio/ruby-xmms2/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

23 lines
443 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
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= ruby
.include "${MASTERDIR}/Makefile"