aboutsummaryrefslogtreecommitdiff
path: root/audio/ruby-xmms2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-02 06:57:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-02 06:57:21 +0000
commit793178315025b19d2978eb2e647a0a1018173775 (patch)
treed1ef5d73235013f2eab573993f845765ea35e214 /audio/ruby-xmms2
parent6e6e22ca9d78e69d0dc208e9aae42cda022427fa (diff)
downloadports-793178315025b19d2978eb2e647a0a1018173775.tar.gz
ports-793178315025b19d2978eb2e647a0a1018173775.zip
Notes
Diffstat (limited to 'audio/ruby-xmms2')
-rw-r--r--audio/ruby-xmms2/Makefile6
-rw-r--r--audio/ruby-xmms2/pkg-plist2
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile
index 8bcc277603f9..19c8cf06f13d 100644
--- a/audio/ruby-xmms2/Makefile
+++ b/audio/ruby-xmms2/Makefile
@@ -11,13 +11,15 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= Ruby Bindings for XMMS2
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+RUN_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
-PLIST_FILES= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so \
- ${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so
+PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/ruby/xmmsclient.so \
src/clients/lib/ruby/xmmsclient_glib.so
diff --git a/audio/ruby-xmms2/pkg-plist b/audio/ruby-xmms2/pkg-plist
new file mode 100644
index 000000000000..d46cc9bfe0a3
--- /dev/null
+++ b/audio/ruby-xmms2/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient.so
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient_glib.so