update Sat May 15 18:37:00 PDT 2010
[pkgsrc.git] / graphics / ruby-clutter / Makefile.common
1 # $NetBSD: Makefile.common,v 1.2 2010/05/15 23:52:40 obache Exp $
2 #
3 # used by graphics/ruby-clutter-cairo/Makefile
4 # used by graphics/ruby-clutter-core/Makefile
5 # used by graphics/ruby-clutter-gtk/Makefile
6 # used by multimedia/ruby-clutter-gst/Makefile
7
8 DISTNAME=               rbclutter-0.8.0
9 CATEGORIES+=            ruby
10 MASTER_SITES=           http://rubyforge.org/frs/download.php/40834/
11
12 DISTINFO_FILE=          ${.CURDIR}/../../graphics/ruby-clutter/distinfo
13 PATCHDIR=               ${.CURDIR}/../../graphics/ruby-clutter/patches
14
15 MAINTAINER=             obache@NetBSD.org
16 HOMEPAGE=               http://rbclutter.rubyforge.org/
17 LICENSE=                gnu-lgpl-v2.1
18
19 VERSION=                0.8.0
20
21 .if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo])
22 .include "../../lang/ruby/rubyversion.mk"
23 .else
24 RUBY_HAS_ARCHLIB=       yes
25 USE_RUBY_EXTCONF=       yes
26 .include "../../lang/ruby/modules.mk"
27 .endif
28
29 .include "../../mk/bsd.pkg.mk"