# $Id: Portfile,v 1.12 2006/01/29 12:14:32 mww Exp $
PortSystem 1.0
name            pnetlib
version         0.7.4
categories      devel
maintainers     darwinports@opendarwin.org
platforms       darwin
description     Runtime libraries for Portable.NET
long_description        This distribution contains an implementation of the \
			C# library, for use with .NET-capable runtime engines \
			and applications.  Originally designed for DotGNU \
			Portable.NET, this library can be used by other \
			.NET development efforts also.
master_sites    http://www.southern-storm.com.au/download
checksums       sha1 289432378c5783be8f3c8880efec14c7cc4d3ef6
depends_lib	lib:libILAsm.a:pnet lib:libX11:XFree86
configure.args	--enable-shared --with-x 

#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
}

