[NEW PORT] audio/ruby18-xmms2: Rewrite of xmms as a client/server system (developer release)
- ruby binding slave ports for xmms2 - goes along with the DrDolittle update to xmms2 PR: ports/95068 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
784eb5c816
commit
27430cdee4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158518
2 changed files with 34 additions and 0 deletions
|
@ -444,6 +444,7 @@
|
|||
SUBDIR += ruby-smf
|
||||
SUBDIR += ruby-vorbisfile
|
||||
SUBDIR += ruby-xmms
|
||||
SUBDIR += ruby-xmms2
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += schism
|
||||
|
|
33
audio/ruby-xmms2/Makefile
Normal file
33
audio/ruby-xmms2/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: ruby-xmms2
|
||||
# Date created: 18 Mar 2006
|
||||
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= audio ruby
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT= Ruby Bindings for XMMS2
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xmms2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_GNOME= glib20
|
||||
|
||||
PLIST_FILES= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so \
|
||||
${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so
|
||||
|
||||
SCONS_TARGET= src/clients/lib/ruby/xmmsclient.so \
|
||||
src/clients/lib/ruby/xmmsclient_glib.so
|
||||
XMMS2_SLAVE= ruby
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${INSTALL_PROGRAM} src/clients/lib/ruby/xmmsclient.so \
|
||||
${RUBY_SITEARCHLIBDIR}/xmmsclient.so
|
||||
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
|
||||
src/clients/lib/ruby/xmmsclient_glib.so \
|
||||
${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue