summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile24
1 files changed, 16 insertions, 8 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index c4ca4171be3..f4c7e554ab2 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/12/03 00:12:12 recht Exp $
+# $NetBSD: Makefile,v 1.13 2003/12/03 17:08:24 recht Exp $
#
-DISTNAME= mono-0.28
-PKGREVISION= 1
+DISTNAME= mono-0.29
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/
@@ -17,24 +16,33 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-5]*-*
NOT_FOR_PLATFORM+= NetBSD-1.6-* NetBSD-1.6.*-*
NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-*
-GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
USE_PKGINSTALL= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-gc=included
+CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+
+USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/libgc/libtool
+
PKGCONFIG_OVERRIDE= mono.pc.in
+PKG_SYSCONFSUBDIR= mono
-CONFIGURE_ARGS+= --with-gc=included
-CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
+USE_PERL5= build
+REPLACE_PERL= mono/cil/make-opcodes-def.pl
+REPLACE_PERL+= mono/metadata/make-bundle.pl
-PKG_SYSCONFSUBDIR= mono
EGDIR= ${PREFIX}/share/examples/mono
CONF_FILES= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
CONF_FILES+= ${EGDIR}/machine.config ${PKG_SYSCONFDIR}/machine.config
+CONF_FILES+= ${EGDIR}/DefaultWsdlHelpGenerator.aspx ${PKG_SYSCONFDIR}/DefaultWsdlHelpGenerator.aspx
.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../textproc/icu/buildlink2.mk"
+
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"