summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-01 13:11:44 +0000
committerjmmv <jmmv>2003-03-01 13:11:44 +0000
commit23fc4e76a5b2b3b822a1aaf115e9c540ea8cd797 (patch)
treeb30c56cf8a33dc5ca79b0f66f9d7f02a23ca482e /lang/mono/Makefile
parent00be9b6051cd3a47a98b06e592bf303f63912286 (diff)
downloadpkgsrc-23fc4e76a5b2b3b822a1aaf115e9c540ea8cd797.tar.gz
Initial import of mono, version 0.21:
The Mono Project is an open development initiative sponsored by Ximian that is working to develop an open source, Unix version of the Microsoft .NET development platform. Its objective is to enable Unix developers to build and deploy cross-platform .NET Applications. The project will implement various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. Package for version 0.20 provided in PR pkg/20500 by Marc Recht.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
new file mode 100644
index 00000000000..fe972710da3
--- /dev/null
+++ b/lang/mono/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/01 13:11:44 jmmv Exp $
+#
+
+DISTNAME= mono-0.21
+CATEGORIES= lang
+MASTER_SITES= http://www.go-mono.org/archive/
+
+MAINTAINER= marc@informatik.uni-bremen.de
+HOMEPAGE= http://www.go-mono.org/
+COMMENT= Open source implementation of the .NET Development Framework
+
+# XXX: Is this really true? As seen in the website, mono should work on
+# other platforms; please test.
+ONLY_FOR_PLATFORM= Linux-*-i[3-6]86
+ONLY_FOR_PLATFORM+= NetBSD-1.6[M-Z]-i386 NetBSD-[2-9]*-i386
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+USE_PKGINSTALL= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/mono.pc.in
+
+CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+
+PKG_SYSCONFSUBDIR= mono
+EGDIR= ${PREFIX}/share/examples/mono
+CONF_FILES= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
+CONF_FILES+= ${EGDIR}/machine.config ${PKG_SYSCONFDIR}/machine.config
+
+.include "../../devel/boehm-gc/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"