Ticket #2658: Portfile

File Portfile, 747 bytes (added by pat2man@…, 19 years ago)

This is the portfile

Line 
1# $Id: Portfile,v 1.6 2004/12/20 15:31:11 cjr Exp $
2
3PortSystem 1.0
4name            gecko-sharp
5version         0.5
6categories      devel
7platforms       darwin
8maintainers     pat2man@comcast.net
9description     Gecko bindings for the Mono .NET Development Framework
10long_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
15homepage        http://www.go-mono.org/
16master_sites    ${homepage}archive/${version}/
17checksums       md5 71e75186b2ee5c644d5dd1560ce27357
18
19depends_lib     bin:mono:mono \
20                bin:mozilla:mozilla \
21                lib:mono:gtk-sharp
22
23# Build as a framework
24variant macosx-framework requires darwin {
25        prefix /Library/Frameworks/Mono.framework/Versions/${version}
26}