forked from Lainports/freebsd-ports
- update gxmms2 to 0.7 and unbreak - bump soversion as needed - trim some clients (azrael, nyello) and bindings (java) that are no longer maintained Submitted by: Max Khon <fjoe@samodelkin.net>
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# New ports collection makefile for: ruby-xmms2
|
|
# Date created: 18 Mar 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio ruby
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Ruby Bindings for XMMS2
|
|
|
|
LIB_DEPENDS+= xmmsclient.3:${PORTSDIR}/audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_RUBY= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= ruby
|
|
|
|
.include "${MASTERDIR}/Makefile"
|