1 | # $Id: Portfile,v 1.6 2004/12/20 15:31:11 cjr Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gecko-sharp |
---|
5 | version 0.5 |
---|
6 | categories devel |
---|
7 | platforms darwin |
---|
8 | maintainers pat2man@comcast.net |
---|
9 | description Gecko bindings for the Mono .NET Development Framework |
---|
10 | long_description Mono is an effort to create an open source \ |
---|
11 | implementation of the .NET Development Framework \ |
---|
12 | including a C# compiler. This is the Gecko# toolkit \ |
---|
13 | for it. |
---|
14 | |
---|
15 | homepage http://www.go-mono.org/ |
---|
16 | master_sites ${homepage}archive/${version}/ |
---|
17 | checksums md5 71e75186b2ee5c644d5dd1560ce27357 |
---|
18 | |
---|
19 | depends_lib bin:mono:mono \ |
---|
20 | bin:mozilla:mozilla \ |
---|
21 | lib:mono:gtk-sharp |
---|
22 | |
---|
23 | # Build as a framework |
---|
24 | variant macosx-framework requires darwin { |
---|
25 | prefix /Library/Frameworks/Mono.framework/Versions/${version} |
---|
26 | } |
---|