summaryrefslogtreecommitdiff
path: root/lang/pnet/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-12 17:13:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-12 17:13:31 +0000
commit23e5acc954042392730413105f2c9e2cecab99f3 (patch)
tree3d627aafdf5e88ac299a5966dce7a0f79bf026b5 /lang/pnet/Makefile
parent43cf42290e7d151f12772938c76799154199bada (diff)
downloadpkgsrc-23e5acc954042392730413105f2c9e2cecab99f3.tar.gz
Initial import of pnet-0.6.2, packaged by pancake via pkgsrc-wip.
The goal of this project is to build a suite of Free Software tools to build and execute .NET applications, including a C# compiler, assembler, disassembler, and runtime engine.
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r--lang/pnet/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile
new file mode 100644
index 00000000000..237e557fa93
--- /dev/null
+++ b/lang/pnet/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:13:31 xtraeme Exp $
+#
+
+DISTNAME= pnet-0.6.2
+CATEGORIES= lang
+MASTER_SITES= http://www.southern-storm.com.au/download/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://www.dotgnu.org/
+COMMENT= DotGNU Portable.NET (development tools)
+
+BUILD_DEPENDS= treecc>=0.2.6:../../devel/treecc
+
+USE_GMAKE= yes
+USE_MAKEINFO= yes
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+
+INFO_FILES= pnettools.info
+
+.include "../../mk/bsd.pkg.mk"