freebsd-ports/lang/pnet/Makefile.pnet
Pav Lucistnik d5e5082e47 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>
2004-03-06 17:08:04 +00:00

21 lines
468 B
Text

PNET_VERSION= 0.6.0
PNET_REVISION= 0
PNET_PORTVER= ${PNET_VERSION}.${PNET_REVISION}
PNET_PORTREV= 0
PNET_PORTEPOCH= 0
PNET_MASTER_SITES= http://www.southern-storm.com.au/download/
ILSTRIP_CMD= ${LOCALBASE}/bin/ilstrip
.if defined(WITH_OPTIMIZED_CSFLAGS)
CSFLAGS=-02
.endif
pre-everything:: post-everything
.if !defined(WITH_OPTIMIZED_CSFLAGS)
@${ECHO_MSG} "Define optimized CSLAGS with"
@${ECHO_MSG} "WITH_OPTIMIZED_CSFLAGS=yes"
.endif
post-everything::