# $Id: Portfile,v 1.16 2006/01/29 12:06:54 mww Exp $ PortSystem 1.0 name pnet version 0.7.4 categories devel maintainers darwinports@opendarwin.org platforms darwin description Portable Net C# compiler and runtime engine. long_description The goal of Portable Net is to build a suite of Free \ Software tools to build and execute .NET applications, \ including a C# compiler, assembler, disassembler, \ and runtime engine. master_sites http://www.southern-storm.com.au/download checksums sha1 303e91df109eebec9fcc4883f95b98ca7c6a8575 depends_lib bin:treecc:treecc configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man #platform darwin 7 { #build.args LIBTOOL=glibtool #destroot.args LIBTOOL=glibtool #} platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }