# $Id: Portfile 86298 2011-10-24 12:03:35Z ryandesign@macports.org $

PortSystem 1.0

name		gecko-sharp
version		0.5
categories	x11 devel
platforms	darwin
maintainers	comcast.net:pat2man
description	Gecko bindings for the Mono .NET Development Framework
long_description	Mono is an effort to create an open source \
			implementation of the .NET Development Framework \
			including a C# compiler.  This is the Gecko# toolkit \
			for it.

homepage	http://www.mono-project.com/
master_sites	http://ftp.novell.com/pub/mono/archive/old/1.0/
checksums	md5 71e75186b2ee5c644d5dd1560ce27357

depends_build	port:pkgconfig

depends_lib	port:mono \
		port:gtk-sharp

# mono is not universal
universal_variant   no

platform darwin {
variant macosx_framework description {Build as a framework} {
	prefix /Library/Frameworks/Mono.framework/Versions/${version}
}
}
