freebsd-ports/audio/ruby-xmms2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

26 lines
470 B
Makefile

# Created by: 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+= libxmmsclient.so:audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
CONFIGURE_TARGET= configure
USE_RUBY= yes
USE_GNOME= glib20
BROKEN_RUBY22= yes
BROKEN_RUBY23= yes
PLIST= ${.CURDIR}/pkg-plist
XMMS2_SLAVE= ruby
.include "${MASTERDIR}/Makefile"