summaryrefslogtreecommitdiff
path: root/audio/ruby-xmms2-ecore
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-25 11:14:38 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-25 11:14:38 +0000
commitc66319bbc7cfedd1dfd3ebf3c19ec797f46b1985 (patch)
tree1dcd51b6bfd5505896fd2feb7f9785d2df9c560b /audio/ruby-xmms2-ecore
parent- Fix dependency on devel/p5-Module-Compile. [1] (diff)
Ruby ecore mainloop bindings for XMMS2.
PR: ports/99390 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes: svn path=/head/; revision=166275
Diffstat (limited to 'audio/ruby-xmms2-ecore')
-rw-r--r--audio/ruby-xmms2-ecore/Makefile38
-rw-r--r--audio/ruby-xmms2-ecore/pkg-plist2
2 files changed, 40 insertions, 0 deletions
diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile
new file mode 100644
index 000000000000..1785fcb71aff
--- /dev/null
+++ b/audio/ruby-xmms2-ecore/Makefile
@@ -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"
diff --git a/audio/ruby-xmms2-ecore/pkg-plist b/audio/ruby-xmms2-ecore/pkg-plist
new file mode 100644
index 000000000000..149ac357ecf0
--- /dev/null
+++ b/audio/ruby-xmms2-ecore/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so
+lib/libxmmsclient-ecore.so