2006-04-01 03:53:48 +00:00
|
|
|
# New ports collection makefile for: ruby-xmms2
|
|
|
|
# Date created: 18 Mar 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-08-19 11:56:16 +00:00
|
|
|
PORTREVISION= 3
|
2006-04-01 03:53:48 +00:00
|
|
|
CATEGORIES= audio ruby
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
|
2009-08-03 22:06:32 +00:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2006-04-01 03:53:48 +00:00
|
|
|
COMMENT= Ruby Bindings for XMMS2
|
|
|
|
|
2009-08-19 11:56:16 +00:00
|
|
|
LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2
|
2006-04-02 06:57:21 +00:00
|
|
|
|
2006-04-01 03:53:48 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
|
2006-04-02 06:57:21 +00:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2006-04-01 03:53:48 +00:00
|
|
|
|
|
|
|
XMMS2_SLAVE= ruby
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|