2009-01-21 11:06:59 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2009/01/21 16:06:59 ajacoutot Exp $
|
2008-10-15 09:34:10 -04:00
|
|
|
|
2008-10-15 17:33:25 -04:00
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
2008-10-15 09:34:10 -04:00
|
|
|
|
|
|
|
COMMENT= cross platform, open source .NET developement framework
|
|
|
|
|
|
|
|
DISTNAME= mono-2.0
|
2009-01-21 11:06:59 -05:00
|
|
|
PKGNAME= ${DISTNAME}p3
|
2008-10-15 09:34:10 -04:00
|
|
|
CATEGORIES= lang devel
|
|
|
|
SHARED_LIBS= mono-profiler-aot 0.0 \
|
|
|
|
mono-profiler-cov 0.0 \
|
|
|
|
mono 0.0
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.mono-project.com/
|
|
|
|
|
|
|
|
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2, LGPL, MIT X11, MPL
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB= c glib-2.0 gmodule-2.0 gthread-2.0 intl \
|
|
|
|
m pcre pthread z
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/mono/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-10-15 17:33:25 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2008-10-15 09:34:10 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2008-10-16 12:00:27 -04:00
|
|
|
MODULES= converters/libiconv lang/mono
|
2008-10-15 09:34:10 -04:00
|
|
|
BUILD_DEPENDS= :bison-*:devel/bison \
|
|
|
|
${RUN_DEPENDS}
|
2008-10-16 12:00:27 -04:00
|
|
|
RUN_DEPENDS= ::x11/libgdiplus
|
2008-10-15 09:34:10 -04:00
|
|
|
LIB_DEPENDS= gc::devel/boehm-gc
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
|
|
|
CONFIGURE_ARGS= --with-gc=boehm --with-glib=system --with-tls=pthread \
|
|
|
|
--with-jit=yes --with-interp=no --with-sigaltstack=no \
|
|
|
|
--with-libgdiplus=installed
|
|
|
|
|
2008-10-16 12:00:27 -04:00
|
|
|
REGRESS_TARGET=check
|
|
|
|
|
|
|
|
DLLMAP_FILES= mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs \
|
|
|
|
mcs/tools/mono-shlib-cop/mono-shlib-cop.exe.config
|
|
|
|
|
2009-01-21 11:06:59 -05:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
2008-10-16 12:00:27 -04:00
|
|
|
|
2008-10-15 09:34:10 -04:00
|
|
|
.include <bsd.port.mk>
|