31 lines
902 B
Makefile
31 lines
902 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/12 02:32:03 obache Exp $
|
|
#
|
|
|
|
DISTNAME= webkit-sharp-0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/webkit-sharp/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.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"
|