# $Id: Portfile,v 1.2 2005/02/09 14:51:28 cjr Exp $

PortSystem 1.0
name		gecko-sharp
version		0.5
categories	devel
platforms	darwin
maintainers	pat2man@comcast.net
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.go-mono.org/
master_sites	${homepage}archive/${version}/
checksums	md5 71e75186b2ee5c644d5dd1560ce27357

depends_lib	bin:mono:mono \
		lib:mono:gtk-sharp

# Build as a framework
variant macosx-framework requires darwin {
	prefix /Library/Frameworks/Mono.framework/Versions/${version}
}
