pkgsrc/graphics/ruby-clutter/Makefile.common
joerg cb828df39d Move RUBY_VERSION_SUPPORTED into Makefile.common, the other packages
depend on ruby-clutter-core and can't support 1.9 due to lack of
dependency.
2010-09-23 19:26:11 +00:00

30 lines
834 B
Text

# $NetBSD: Makefile.common,v 1.4 2010/09/23 19:26:11 joerg Exp $
#
# used by graphics/ruby-clutter-cairo/Makefile
# used by graphics/ruby-clutter-core/Makefile
# used by graphics/ruby-clutter-gtk/Makefile
# used by multimedia/ruby-clutter-gst/Makefile
DISTNAME= rbclutter-0.8.0
CATEGORIES+= ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/40834/
DISTINFO_FILE= ${.CURDIR}/../../graphics/ruby-clutter/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/ruby-clutter/patches
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/rbclutter/
LICENSE= gnu-lgpl-v2.1
RUBY_VERSION_SUPPORTED= 18
VERSION= 0.8.0
.if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo])
.include "../../lang/ruby/rubyversion.mk"
.else
USE_RUBY_EXTCONF= yes
.include "../../lang/ruby/modules.mk"
.endif
.include "../../mk/bsd.pkg.mk"