1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Ruby ecore mainloop bindings for XMMS2.

PR:		ports/99390
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
Ion-Mihai Tetcu 2006-06-25 11:14:38 +00:00
parent 34b7baec98
commit c66319bbc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166275
3 changed files with 41 additions and 0 deletions

View File

@ -482,6 +482,7 @@
SUBDIR += ruby-vorbisfile
SUBDIR += ruby-xmms
SUBDIR += ruby-xmms2
SUBDIR += ruby-xmms2-ecore
SUBDIR += rubygem-mp3info
SUBDIR += s3mod
SUBDIR += sbagen

View File

@ -0,0 +1,38 @@
# New ports collection makefile for: ruby-xmms2-ecore
# Date created: 23 Jun 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
PKGNAMESUFFIX= -ecore
MAINTAINER= alex@foxybanana.com
COMMENT= Ruby ecore mainloop bindings for XMMS2
BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
src/clients/lib/ruby/xmmsclient_ecore.so
XMMS2_SLAVE= ruby-ecore
do-install:
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
src/clients/lib/ruby/xmmsclient_ecore.so \
${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
${LOCALBASE}/lib/libxmmsclient-ecore.so
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,2 @@
%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so
lib/libxmmsclient-ecore.so