2009-10-26 09:51:01 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2009/10/26 08:51:01 obache Exp $
|
2008-12-14 12:06:42 +01:00
|
|
|
#
|
|
|
|
|
2009-10-26 09:51:01 +01:00
|
|
|
DISTNAME= clutter-gtk-0.10.2
|
2008-12-14 12:06:42 +01:00
|
|
|
CATEGORIES= graphics
|
2009-10-26 09:51:01 +01:00
|
|
|
MASTER_SITES= http://www.clutter-project.org/sources/clutter-gtk/0.10/
|
2008-12-14 12:06:42 +01:00
|
|
|
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
|
|
COMMENT= GTK+ Integration library for Clutter
|
2009-05-08 13:09:33 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
|
2008-12-14 12:06:42 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2009-10-16 09:15:27 +02:00
|
|
|
# Workaround for Upstream Bug#562310.
|
|
|
|
# for more detail, see also PR#41475.
|
|
|
|
TOOLS_NOOP+= gtkdoc-rebase
|
|
|
|
|
2008-12-14 12:06:42 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= clutter-gtk.pc.in
|
|
|
|
|
2009-10-26 09:51:01 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
|
2008-12-14 12:06:42 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
|
|
|
|
CONFIGURE_ARGS+= --with-flavour=x11
|
|
|
|
.else
|
|
|
|
PKG_FAIL_REASON+= Require Clutter with X11 backend
|
|
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|