pkgsrc/www/webkit-gtk/Makefile
drochner dc157a35cd update to 1.10.1
this switches to the 1.10 release branch, no useful changelog available
2012-10-30 12:46:30 +00:00

13 lines
325 B
Makefile

# $NetBSD: Makefile,v 1.62 2012/10/30 12:46:30 drochner Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
COMMENT= GTK2 port of the WebKit browser engine
CONFIGURE_ARGS+= --with-gtk=2.0
CONFIGURE_ARGS+= --disable-webkit2
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"