mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- 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>
This commit is contained in:
parent
2a31c39768
commit
dac91cd696
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147793
3 changed files with 9 additions and 7 deletions
|
@ -2,22 +2,22 @@
|
||||||
# Date created: 2005-06-16
|
# Date created: 2005-06-16
|
||||||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3 2005/07/02 22:27:12 apeiron Exp $
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
# $Id: Makefile,v 1.10 2005/10/22 06:02:35 tmclau02 Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mono-tools
|
PORTNAME= mono-tools
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.1.9
|
||||||
PORTREVISION= 2
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
||||||
|
|
||||||
MAINTAINER= bsd-sharp-list@forge.novell.com
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
||||||
COMMENT= Documentation browser for Mono and Mono libraries
|
COMMENT= Documentation browser for Mono and Mono libraries
|
||||||
|
|
||||||
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
|
||||||
monodocer:${PORTSDIR}/devel/monodoc
|
monodocer:${PORTSDIR}/devel/monodoc
|
||||||
RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
|
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
|
||||||
monodocer:${PORTSDIR}/devel/monodoc
|
monodocer:${PORTSDIR}/devel/monodoc
|
||||||
|
|
||||||
USE_GNOME= gnomehack gnometarget
|
USE_GNOME= gnomehack gnometarget
|
||||||
|
@ -30,4 +30,5 @@ post-extract:
|
||||||
@${REINPLACE_CMD} -e 's|@bindir@/monodoc|monodoc|g' \
|
@${REINPLACE_CMD} -e 's|@bindir@/monodoc|monodoc|g' \
|
||||||
${WRKSRC}/docbrowser/monodoc.desktop.in
|
${WRKSRC}/docbrowser/monodoc.desktop.in
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (mono-tools-1.0.tar.gz) = 9e7db3d6c56226f237b34cb0cd8763d3
|
MD5 (mono-tools-1.1.9.tar.gz) = 52797a026f99a6e6fb235dc36240e797
|
||||||
SIZE (mono-tools-1.0.tar.gz) = 240950
|
SIZE (mono-tools-1.1.9.tar.gz) = 247124
|
||||||
|
|
|
@ -5,6 +5,7 @@ bin/monodoc
|
||||||
lib/mono/1.0/gasnview.exe
|
lib/mono/1.0/gasnview.exe
|
||||||
lib/mono/1.0/gnunit.exe
|
lib/mono/1.0/gnunit.exe
|
||||||
lib/mono/2.0/gnunit2.exe
|
lib/mono/2.0/gnunit2.exe
|
||||||
|
lib/monodoc/GeckoHtmlRender.dll
|
||||||
lib/monodoc/browser.exe
|
lib/monodoc/browser.exe
|
||||||
share/applications/monodoc.desktop
|
share/applications/monodoc.desktop
|
||||||
share/pixmaps/monodoc.png
|
share/pixmaps/monodoc.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue