pkgsrc-wip/webkit-sharp/Makefile
Kamel Ibn Aziz Derouiche 74a7c380cc Import webkit-sharp-0.2 as wip/webkit-sharp.
WebKit is a web content engine, derived from KHTML and KJS from KDE
and used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
This package provides the webkit-sharp assembly that allows CLI programs
 to use WebKit library
2009-03-15 00:25:56 +00:00

30 lines
892 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 00:25:56 jihbed Exp $
#
DISTNAME= webkit-sharp-0.2
CATEGORIES= www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/webkit-sharp/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kamel.derouiche@gmail.com
# could not find real homepage
#HOMEPAGE= http://ftp.novell.com/pub/mono/sources/webkit-sharp/
COMMENT= Webkit-sharp Bindings webkit-gtk under C\#
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= sources/webkit-sharp.pc.in
CONFIGURE_ARGS+= --disable-monodoc
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/mono/buildlink3.mk"
BUILDLINK_API_DEPENDS.webkit-gtk= webkit-gtk>=0.2
.include "../../www/webkit-gtk/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk-sharp+= gtk-sharp>=2.0
.include "../../x11/gtk-sharp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"