aboutsummaryrefslogtreecommitdiff
path: root/www/gecko-sharp20
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-02-04 22:38:00 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-02-04 22:38:00 +0000
commitc6ba342e72d962d7a614d2f8c717f71f497de117 (patch)
tree55b1dab9f4ee3227f1c2a1d2ce5094acdf2f7818 /www/gecko-sharp20
parentfdda55137462fce56847acdc5b9b971e3c477501 (diff)
downloadports-c6ba342e72d962d7a614d2f8c717f71f497de117.tar.gz
ports-c6ba342e72d962d7a614d2f8c717f71f497de117.zip
- Move to LOCALBASE
- USE_GNOME+=gtksharp20 - Fix the monodoc checking in configure Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Notes
Notes: svn path=/head/; revision=184180
Diffstat (limited to 'www/gecko-sharp20')
-rw-r--r--www/gecko-sharp20/Makefile17
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