blob: 093e7c6b4e3bc61262cd0efcf98f643e77cec702 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.52 2012/03/03 00:12:18 wiz Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/}
PKGREVISION= 2
COMMENT= GTK2 port of the WebKit browser engine
CONFIGURE_ARGS+= --with-gtk=2.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|