a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20496 2006-11-03 15:48:21Z blair@macports.org $
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}
}