mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9782576880
- Update WWW - chase xmms2 shlib bump PR: 144821 Submitted by: Guido Falsi <mad@madpilot.net>
27 lines
492 B
Makefile
27 lines
492 B
Makefile
# New ports collection makefile for: ruby-xmms2
|
|
# Date created: 18 Mar 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio ruby
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Bindings for XMMS2
|
|
|
|
LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_RUBY= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
XMMS2_SLAVE= ruby
|
|
|
|
.include "${MASTERDIR}/Makefile"
|