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$
|
|
|
|
#
|
|
|
|
|
2008-07-07 21:57:58 +00:00
|
|
|
PORTREVISION= 2
|
2006-04-01 03:53:48 +00:00
|
|
|
CATEGORIES= audio ruby
|
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
|
2006-09-13 03:21:38 +00:00
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
2006-04-01 03:53:48 +00:00
|
|
|
COMMENT= Ruby Bindings for XMMS2
|
|
|
|
|
2008-07-07 21:57:58 +00:00
|
|
|
LIB_DEPENDS+= xmmsclient.4:${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"
|