diff options
Diffstat (limited to 'www/webkit-sharp/Makefile')
| -rw-r--r-- | www/webkit-sharp/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile new file mode 100644 index 000000000..9fbb81a9a --- /dev/null +++ b/www/webkit-sharp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: webkit-sharp +# Date created: 2008-09-01 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD: ports/www/webkit-sharp/Makefile,v 1.6 2010/06/01 12:41:29 romain Exp $ +# + +PORTNAME= webkit-sharp +PORTVERSION= 0.3 +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ + +MAINTAINER= mono@FreeBSD.org +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.mk> |
