summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-06 17:08:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-06 17:08:04 +0000
commitd5e5082e47bff3fff637948a78979d6a85795581 (patch)
treeca65df657f8181d835a6b8affdabe244323f89ce /lang/Makefile
parentRemove filmgimp. (diff)
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 <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=103117
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index d85f451eead0..6e638d39d39a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -120,6 +120,7 @@
SUBDIR += mdk
SUBDIR += mit-scheme
SUBDIR += mixal
+ SUBDIR += ml-pnet
SUBDIR += mmix
SUBDIR += mono
SUBDIR += moscow_ml
@@ -175,6 +176,10 @@
SUBDIR += pm3-m3tk
SUBDIR += pm3-net
SUBDIR += pm3-netobj
+ SUBDIR += pnet
+ SUBDIR += pnet-base
+ SUBDIR += pnetc
+ SUBDIR += pnetlib
SUBDIR += ptoc
SUBDIR += py-compiler
SUBDIR += py-mx-base