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 GTK port of the engine. XXX: This is still a very WIP package... I have just updated the patches, updated to build it with cmake and also adjusted options.mk... It fails to build but I have improved options.mk just few minutes ago and did not tryed to rebuild it. Because we are in -wip I think the «commit early, commit often» mantra is permitted.
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/01/24 01:33:07 leot1990 Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
|
|
|
|
COMMENT= GTK port of the WebKit browser engine
|
|
|
|
#introspection support
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24.17nb3
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../graphics/cairo-gobject/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|