aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp20/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-04-03 06:51:26 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-04-03 06:51:26 +0000
commitb2634dd1dc039d159a887701c1136ee034db9172 (patch)
tree0baeed7e8ee83a450337c0cedf3d0aa574c7ddf6 /x11-toolkits/gtk-sharp20/Makefile
parentdc426a372b41571686b90dfb5bc67f528b3ca58c (diff)
downloadports-b2634dd1dc039d159a887701c1136ee034db9172.tar.gz
ports-b2634dd1dc039d159a887701c1136ee034db9172.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index 55b79a7f4e1a..543ccd6316aa 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -2,17 +2,17 @@
# Date created: 2003-01-01
# Whom: Juli Mallett
#
-# $Id: Makefile,v 1.2 2005/02/27 04:28:41 mezz Exp $
+# $Id: Makefile,v 1.15 2005/03/26 22:41:35 mezz7 Exp $
# $FreeBSD$
#
PORTNAME= gtk-sharp
-PORTVERSION= 1.0.6
-PORTREVISION= 1
+PORTVERSION= 1.0.8
CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= coop9211@uidaho.edu
+MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
@@ -31,7 +31,5 @@ MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
- @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \
- ${WRKSRC}/configure
.include <bsd.port.mk>