# $Id: Portfile,v 1.2 2004/02/04 22:12:34 olegb Exp $ PortSystem 1.0 name mono version 0.30 categories devel platforms darwin maintainers mww@opendarwin.org description Implementation of the .NET Development Framework long_description Mono is an effort to create an open source \ implementation of the .NET Development Framework \ including a C# compiler. homepage http://www.go-mono.com master_sites ${homepage}/archive/ checksums md5 84bc49f39c905936d594042fd29cd07c patchfiles patch_ltmain.sh depends_lib bin:pkg-config:pkgconfig \ lib:libglib.2:glib2 configure.env CPPFLAGS="-I${prefix}/include" \ LDFLAGS="-L${prefix}/lib" destroot.destdir DESTDIR=${destroot} post-destroot { set doc ${worksrcpath}/docs file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${doc}/assembly-bundle ${doc}/embedded-api ${doc}/exceptions \ ${doc}/gc-issues ${doc}/jit-thoughts ${doc}/jit-trampolines \ ${doc}/object-layout ${doc}/stack-alignment \ ${doc}/unmanaged-calls ${worksrcpath}/AUTHORS \ ${worksrcpath}/COPYING.LIB ${worksrcpath}/ChangeLog \ ${worksrcpath}/NEWS ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }