guile. It provides a convenient interface for Scheme programmers to develop visual applications. It can also integrate with GNOME via the Gnome-guile module. (For glib2, see guile-gobject instead.) Guile-gtk was started by Marius Vollmer <mvo@zagadka.ping.de> and is currently maintained by Ariel Rios <jarios@usa.net> and other intrepid Guile hackers around the world. Guile-gtk is free software licensed under the GPL.
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/16 12:37:59 lexort Exp $
|
|
#
|
|
|
|
DISTNAME= guile-gtk-0.40.90
|
|
CATEGORIES= devel x11
|
|
MASTER_SITES= http://www.ir.bbn.com/~gdt/guile-gtk/ \
|
|
http://www.ping.de/sites/zagadka/guile-gtk/download/ \
|
|
http://erin.netpedia.net/download/ \
|
|
http://erin.linuxbox.com/guile-gtk/download/ \
|
|
http://linux.cem.itesm.mx/~jarios/guile-gtk/download/
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= http://www.gnu.org/software/guile-gtk/
|
|
COMMENT= Library to make GTK 1.2 accessible from guile
|
|
|
|
USE_BUILDLINK3= # defined
|
|
USE_X11= # defined
|
|
USE_LIBTOOL= # defined
|
|
|
|
GNU_CONFIGURE= # defined
|
|
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
# Skip glade, because it pulls in gnome-libs.
|
|
# Later, make a new package for just the glade parts.
|
|
# .include "../../devel/libglade/buildlink3.mk"
|
|
# glade-config may be in ${LOCALBASE}/bin, so force not using it.
|
|
CONFIGURE_ARGS+= --without-glade
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|