blob: bd533ba7c9790564b130dbaa94caf1e482fb8058 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= webkit-sharp
PORTVERSION= 0.3
PORTREVISION= 2
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
USES= gmake pkgconfig
USE_GNOME= gnomehack gtksharp20
NO_STAGE= yes
.include <bsd.port.mk>
|