pkgsrc/www/webkit1-gtk/Makefile
wiz 7b644999a5 Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation
for v2 of the package.

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK2+ port of major version 1 of the engine.
2014-08-03 22:07:39 +00:00

17 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/03 22:07:39 wiz Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
PKGREVISION= 17
COMMENT= GTK2 port of the WebKit browser engine (v1)
CONFIGURE_ARGS+= --with-gtk=2.0
CONFIGURE_ARGS+= --disable-webkit2
#introspection support
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24.17nb3
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"