diff options
Diffstat (limited to 'graphics/clutter-gtk0.10/Makefile')
-rw-r--r-- | graphics/clutter-gtk0.10/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/clutter-gtk0.10/Makefile b/graphics/clutter-gtk0.10/Makefile new file mode 100644 index 00000000000..1ae9222b6fb --- /dev/null +++ b/graphics/clutter-gtk0.10/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2014/01/04 13:34:16 obache Exp $ +# + +DISTNAME= clutter-gtk-0.10.8 +PKGNAME= ${DISTNAME:S/gtk-/gtk0.10-/} +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gtk/0.10/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://wiki.gnome.org/Projects/Clutter +COMMENT= GTK+ Integration library for Clutter (0.10) +LICENSE= gnu-lgpl-v2.1 + +CONFLICTS+= clutter-gtk<0.12 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= clutter-gtk.pc.in + +.include "options.mk" + +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.19.5 +.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.clutter+= clutter>=1.2.0 +.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" |