mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6fb1e0580c
./DelegatesPassedToNativeCodeMustIncludeExceptionHandlingRule.cs(496,74): error CS1061: Type `Mono.Cecil.Cil.ExceptionHandler' does not contain a definition for `FilterEnd' and no extension method `FilterEnd' of type `Mono.Cecil.Cil.ExceptionHandler' could be found (are you missing a using directive or an assembly reference?) /usr/local/lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll (Location of the symbol related to previous error) Reported by: pointyhat
46 lines
1.4 KiB
Makefile
46 lines
1.4 KiB
Makefile
# New ports collection makefile for: mono-tools
|
|
# Date created: 2005-06-16
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.30 2007/12/13 19:32:53 killfill Exp $
|
|
#
|
|
|
|
PORTNAME= mono-tools
|
|
PORTVERSION= 2.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Documentation browser for Mono and Mono libraries
|
|
|
|
LIB_DEPENDS= gdiplus.0:${PORTSDIR}/x11-toolkits/libgdiplus
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
BROKEN= does not build
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomedesktopsharp20
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= create-native-map.1 gd2i.1 gendarme.1 mperfmon.1 \
|
|
mprof-decoder.1 mprof-heap-viewer.1
|
|
MAN5= gendarme.5
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@bindir@/monodoc|monodoc|g' \
|
|
${WRKSRC}/docbrowser/monodoc.desktop.in
|
|
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
|
|
${WRKSRC}/create-native-map/lib/pkgconfig/Makefile.in
|
|
@${REINPLACE_CMD} -e "s|%%FBSD_MOZILLA_HOME%%|${PREFIX}/lib/${GECKO}|g" \
|
|
${WRKSRC}/docbrowser/monodoc.in
|
|
@${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|@datadir@/man/man1|@mandir@/man1|g'
|
|
|
|
.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.post.mk>
|