Annotation of pkgsrc/graphics/ruby-clutter/Makefile.common, Revision 1.1.1.1
1.1 obache 1: # $NetBSD$
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:
18: VERSION= 0.8.0
19:
20: .if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo])
21: .include "../../lang/ruby/rubyversion.mk"
22: .else
23: RUBY_HAS_ARCHLIB= yes
24: USE_RUBY_EXTCONF= yes
25: .include "../../lang/ruby/modules.mk"
26: .endif
27:
28: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>