diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-01 12:41:30 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-01 12:41:30 +0000 |
commit | 5c809510227e264f4ab23c92c1af146897974e8f (patch) | |
tree | bbc686a376c7c469beb062572a7062657211c4f3 /www/webkit-sharp/Makefile | |
parent | 76fcccf45033fac91efa53e1624554b93abdfbc0 (diff) |
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1]
Notes
Notes:
svn path=/head/; revision=255451
Diffstat (limited to 'www/webkit-sharp/Makefile')
-rw-r--r-- | www/webkit-sharp/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile index ac1170c6f015..19302386e2eb 100644 --- a/www/webkit-sharp/Makefile +++ b/www/webkit-sharp/Makefile @@ -6,19 +6,9 @@ # PORTNAME= webkit-sharp -PORTVERSION= 0.2 -PORTREVISION= 7 -#PORTEPOCH= 0 +PORTVERSION= 0.3 CATEGORIES= www -MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}/ -#MASTER_SITE_SUBDIR= -#PKGNAMEPREFIX= -#PKGNAMESUFFIX= -#DISTNAME= -#EXTRACT_SUFX= -#DISTFILES= -#DIST_SUBDIR= ${PORTNAME} -#EXTRACT_ONLY= +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for Webkit @@ -26,10 +16,11 @@ COMMENT= Mono bindings for Webkit BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 RUN_DEPENDS= ${BUILD_DEPENDS} +PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gtksharp20 -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> |