mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Ruby ecore mainloop bindings for XMMS2.
PR: ports/99390 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
34b7baec98
commit
c66319bbc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166275
@ -482,6 +482,7 @@
|
||||
SUBDIR += ruby-vorbisfile
|
||||
SUBDIR += ruby-xmms
|
||||
SUBDIR += ruby-xmms2
|
||||
SUBDIR += ruby-xmms2-ecore
|
||||
SUBDIR += rubygem-mp3info
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
|
38
audio/ruby-xmms2-ecore/Makefile
Normal file
38
audio/ruby-xmms2-ecore/Makefile
Normal 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"
|
2
audio/ruby-xmms2-ecore/pkg-plist
Normal file
2
audio/ruby-xmms2-ecore/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so
|
||||
lib/libxmmsclient-ecore.so
|
Loading…
Reference in New Issue
Block a user