diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:38:00 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:38:00 +0800 |
commit | c8d66cd55414f715e5c7e6f4b309f54588a1bfd2 (patch) | |
tree | a11732e224540c17bbbdd7c64c1e3c53cd0afb7b /www/gecko-sharp20 | |
parent | 944f6a7b9cd3a248b1dbc8dcdad60221e764cd6b (diff) | |
download | freebsd-ports-gnome-c8d66cd55414f715e5c7e6f4b309f54588a1bfd2.tar.gz freebsd-ports-gnome-c8d66cd55414f715e5c7e6f4b309f54588a1bfd2.tar.zst freebsd-ports-gnome-c8d66cd55414f715e5c7e6f4b309f54588a1bfd2.zip |
- Move to LOCALBASE
- USE_GNOME+=gtksharp20
- Fix the monodoc checking in configure
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Diffstat (limited to 'www/gecko-sharp20')
-rw-r--r-- | www/gecko-sharp20/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile index 72c66599d1f9..d714f87a5204 100644 --- a/www/gecko-sharp20/Makefile +++ b/www/gecko-sharp20/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.13 2005/12/04 23:26:32 tmclau02 Exp $ +# $Id: Makefile,v 1.17 2006/10/26 05:35:10 tmclau02 Exp $ # PORTNAME= gecko-sharp PORTVERSION= 0.11 -PORTREVISION= 5 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://go-mono.com/sources/gecko-sharp-2.0/ DISTNAME= gecko-sharp-2.0-${PORTVERSION} @@ -16,18 +16,17 @@ DISTNAME= gecko-sharp-2.0-${PORTVERSION} MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono bindings for embeding mozilla -BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ - monodoc:${PORTSDIR}/devel/mono-tools -RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ - monodoc:${PORTSDIR}/devel/mono-tools - USE_GECKO= firefox mozilla -USE_GNOME= gnometarget +USE_GNOME= gnometarget gtksharp20 LATEST_LINK= gecko-sharp20 -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes +# configure was never updated after the monodoc/mono-tools split so it only +# installs doc when mono-tools is installed though it only needs monbodoc. +# Set MONODOC to a program contained in the monodoc port to fix this. +CONFIGURE_ENV+= MONODOC="${LOCALBASE}/bin/monodocer" + post-patch: @${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in |