bf414aafcf
This is the "pnetC" project. The goal of the project is to create an ANSI-compatible C library, that can be compiled down to IL using DotGNU Portable.NET's "cscc" compiler.
17 lines
412 B
Makefile
17 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:18:40 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= pnetC-0.6.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.dotgnu.org/
|
|
COMMENT= C language binding for DotGNU Portable .NET
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../devel/pnet/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|