# $Id$ PortSystem 1.0 name gnome-sharp2 set my_name gnome-sharp version 2.16.1 categories gnome devel platforms darwin maintainers nox openmaintainer description Gtk bindings for the Mono .NET Development Framework long_description \ This is the Gtk# toolkit for Mono, an implementation \ of the .NET Development Framework. homepage http://gtk-sharp.sourceforge.net/ master_sites http://go-mono.com/sources/${name}/ distname ${my_name}-${version} checksums md5 b706bbe4b76a61611a564779d4815490 \ sha1 1a408313672158466018cc9b0155f3801036d138 \ rmd160 87d0f2bb269e57a105802d9e4b9d0537c50f122c patchfiles patch-gnome-sharp.dll.config.in.diff \ patch-vte-sharp.dll.config.in.diff depends_lib port:mono \ port:gtk-sharp2 \ port:libglade2 \ port:libart_lgpl \ port:gnome-vfs \ port:libgnomeprintui \ port:gnome-panel \ port:libgtkhtml312 \ port:librsvg \ port:vte post-configure { # TODO This shouldn't be needed, we need to fix Mono dllmap library path. fs-traverse {f} ${worksrcpath} { if {[string match *.dll.config ${f}]} { reinplace -E "s|(target=\")|\\1${prefix}/lib/|" ${f} } } } livecheck.check regex livecheck.url http://go-mono.com/sources-stable/ livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)