WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
WWW: http://www.haskell.org/gtk2hs/
Obtained from: FreeBSD Haskell
2011-05-08 18:44:44 +00:00
|
|
|
# New ports collection makefile for: hs-webkit
|
|
|
|
# Date created: March 13, 2011
|
|
|
|
# Whom: haskell@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= webkit
|
2012-02-13 05:53:04 +00:00
|
|
|
PORTVERSION= 0.12.3
|
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
WWW: http://www.haskell.org/gtk2hs/
Obtained from: FreeBSD Haskell
2011-05-08 18:44:44 +00:00
|
|
|
CATEGORIES= www haskell
|
|
|
|
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
|
|
COMMENT= Binding to the Webkit library
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
FILE_LICENSE= COPYING
|
|
|
|
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.include <bsd.port.mk>
|