aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-sharp20/Makefile
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2007-02-05 06:05:01 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2007-02-05 06:05:01 +0800
commita55c0cc81135d928363afa9394194517780b82cd (patch)
tree8873103144ed916f59b7ab7d06dacfb32644f217 /x11-toolkits/gtk-sharp20/Makefile
parent9506528f0b7b39a8ffa6d458e0646fcef1e64520 (diff)
downloadfreebsd-ports-gnome-a55c0cc81135d928363afa9394194517780b82cd.tar.gz
freebsd-ports-gnome-a55c0cc81135d928363afa9394194517780b82cd.tar.zst
freebsd-ports-gnome-a55c0cc81135d928363afa9394194517780b82cd.zip
- Update to 2.10.0
- Move to LOCALBASE - Port is no longer includes Gnome specific libraries, those are included in the new x11-toolkits/gnome-sharp20 port. In addition, now that this is a "blessed" Gnome dependency ports may use USE_GNOME=gtksharp20 Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index d2eba4fd3904..68aef5b9aaf5 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -3,13 +3,15 @@
# Whom: Juli Mallett
#
# $FreeBSD$
-# $Id: Makefile,v 1.17 2006/08/15 02:31:49 tmclau02 Exp $
+# $Id: Makefile,v 1.22 2006/10/30 02:50:04 tmclau02 Exp $
#
PORTNAME= gtk-sharp
-PORTVERSION= 2.8.2
+PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
@@ -20,20 +22,17 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
monodocer:${PORTSDIR}/devel/monodoc \
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
-USE_X_PREFIX= yes
LATEST_LINK= gtk-sharp20
+USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes
-USE_GNOME= gnomehack librsvg2 gnomepanel gtkhtml3 vte
+USE_GNOME= gnomehack gtk20 libglade2
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
-pre-su-install:
- ${MKDIR} ${LOCALBASE}/share/gapi-2.0
-
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>