2012-10-09 01:00:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2012/10/08 23:02:12 adam Exp $
|
2008-12-16 13:34:31 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-clutter-gst-${VERSION}
|
|
|
|
COMMENT= Ruby binding for Clutter GStreamer library
|
2012-10-09 01:00:34 +02:00
|
|
|
PKGREVISION= 17
|
2008-12-16 13:34:31 +01:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-clutter-core>=${VERSION}:../../graphics/ruby-clutter-core
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer
|
|
|
|
|
|
|
|
RUBY_EXTCONF_SUBDIRS= clutter-gst
|
2011-09-21 17:26:46 +02:00
|
|
|
RUBY_VERSION_SUPPORTED= 18
|
2008-12-16 13:34:31 +01:00
|
|
|
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
|
|
|
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2009-10-26 09:40:34 +01:00
|
|
|
.include "../../multimedia/clutter08-gst/buildlink3.mk"
|
2008-12-16 13:34:31 +01:00
|
|
|
.include "../../graphics/ruby-clutter/Makefile.common"
|