From d5e5082e47bff3fff637948a78979d6a85795581 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 6 Mar 2004 17:08:04 +0000 Subject: Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back as a bunch of ports and a meta-port. ml-pnet: Some of the Mono upper-level libraries in a form that can be easily compiled and used with pnet's CLI implementation. pnet: A meta-port for all these ports. pnet-base: A runtime engine, C# compiler and a host of useful development tools, all written in C. pnetc: pnetC project, an ANSI C library that can be compiled down to IL using Portable.NET's cscc compiler. pnetlib: C# class libraries. PR: ports/60408, ports/60409, ports/60413, ports/60453 Submitted by: michael johnson --- lang/ml-pnet/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lang/ml-pnet/Makefile (limited to 'lang/ml-pnet/Makefile') diff --git a/lang/ml-pnet/Makefile b/lang/ml-pnet/Makefile new file mode 100644 index 000000000000..07e5b2eb16a6 --- /dev/null +++ b/lang/ml-pnet/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: treecc +# Date created: Wed Jul 11 00:45:15 EDT 2001 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= ml-pnet +PORTVERSION= ${PNET_VERSION} +CATEGORIES= lang +MASTER_SITES= ${PNET_MASTER_SITES} + +MAINTAINER= ahze@ahze.net +COMMENT= Mono's upper-level libraries + +LIB_DEPENDS= XsharpSupport.0:${PORTSDIR}/lang/pnetlib + +USE_LIBTOOL= yes +USE_GMAKE= yes +STRIP= # Nothing to be stripped. + +.include "${.CURDIR}/../pnet/Makefile.pnet" +.include -- cgit v1.2.3