pkgsrc/meta-pkgs/ruby-gnome2/Makefile.common
minskim c334d954be Update ruby-gnome2* to 0.16.0.
Changes:
  * Fixed serious bugs (depends on GC)
  * Support GTK+-2.10 and the latest version of each libraries.
  * Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to
    support Ruby/GStreamer and Ruby/Libgda.
  * Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.
2007-01-29 06:42:33 +00:00

18 lines
465 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2007/01/29 06:42:34 minskim Exp $
#
DISTNAME= ruby-gnome2-all-${VERSION}
CATEGORIES+= ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome2/}
DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/ruby-gnome2/distinfo
MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
VERSION= 0.16.0
RUBY_HAS_ARCHLIB= yes
USE_RUBY_EXTCONF= yes
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"