# $Id: Portfile,v 1.1 2004/05/23 10:12:09 pguyot Exp $ PortSystem 1.0 name lablgtk2 version 20040319 categories x11 maintainers pguyot@kallisys.net description Objective Caml interface to gtk+ 2.x long_description LablGTK2 is is an Objective Caml interface to gtk+ 2.x. \ It uses the rich type system of Objective Caml 3 to provide a \ strongly typed, yet very comfortable, object-oriented interface to \ gtk+. This is not that easy if you know the dynamic typing approach \ taken by gtk+. homepage http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html platforms darwin master_sites http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ checksums md5 92efdea0f7abe3a331a42ffdb9bb9ecd depends_lib bin:camlp4:ocaml \ lib:libgtk.2:gtk2 \ lib:librsvg-2:librsvg \ lib:libglade-2:libglade2 \ lib:libgnomecanvas:libgnomecanvas configure.args --without-gl --with-rsvg --with-glade --with-gnomecanvas build.target world