mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
460 B
Makefile
18 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.80 2014/01/01 11:52:03 wiz Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
|
|
PKGREVISION= 12
|
|
|
|
COMMENT= GTK2 port of the WebKit browser engine
|
|
|
|
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"
|