1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/mono-tools/Makefile
Tom McLaughlin dac91cd696 - Update to 1.1.9.
- repoint x11-toolkits/gtk-sharp10 dependencies to www/gecko-sharp10 so
  the Gecko renderer is always built.
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
- Include bsd.mono.mk.

Approved by:	ahze (mentor)
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2005-11-10 04:38:17 +00:00

35 lines
992 B
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.10 2005/10/22 06:02:35 tmclau02 Exp $
#
PORTNAME= mono-tools
PORTVERSION= 1.1.9
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= Documentation browser for Mono and Mono libraries
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
monodocer:${PORTSDIR}/devel/monodoc
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
monodocer:${PORTSDIR}/devel/monodoc
USE_GNOME= gnomehack gnometarget
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
post-extract:
@${REINPLACE_CMD} -e 's|@bindir@/monodoc|monodoc|g' \
${WRKSRC}/docbrowser/monodoc.desktop.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>