1a1fbdeba7
set boehm-gc's version to 6.2alpha4 instead of 6.1.994. Thanks, agc@.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2003/05/09 14:17:47 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= mono-0.24
|
|
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
|
|
|
|
BUILDLINK_DEPENDS.boehm-gc= boehm-gc>=6.2alpha4
|
|
|
|
# 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"
|