diff options
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> |