1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/mono-tools/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

44 lines
1.3 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}
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>