[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / clutter-gtk

Annotation of pkgsrc/graphics/clutter-gtk/Makefile, Revision 1.15

1.15    ! obache      1: # $NetBSD: Makefile,v 1.14 2011/02/13 03:56:09 obache Exp $
1.1       obache      2: #
                      3:
1.11      obache      4: DISTNAME=      clutter-gtk-0.10.8
1.15    ! obache      5: PKGREVISION=   3
1.1       obache      6: CATEGORIES=    graphics
1.9       obache      7: MASTER_SITES=  http://source.clutter-project.org/sources/clutter-gtk/0.10/
1.1       obache      8:
1.14      obache      9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       obache     10: HOMEPAGE=      http://www.clutter-project.org/
                     11: COMMENT=       GTK+ Integration library for Clutter
1.2       obache     12: LICENSE=       gnu-lgpl-v2.1
                     13:
1.1       obache     14: PKG_DESTDIR_SUPPORT=   user-destdir
                     15:
                     16: GNU_CONFIGURE= yes
                     17: USE_LIBTOOL=   yes
                     18: USE_TOOLS+=    pkg-config
                     19:
                     20: PKGCONFIG_OVERRIDE+=   clutter-gtk.pc.in
                     21:
1.7       obache     22: BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.19.5
1.1       obache     23: .include "../../x11/gtk2/buildlink3.mk"
1.7       obache     24: BUILDLINK_API_DEPENDS.clutter+=        clutter>=1.2.0
1.1       obache     25: .include "../../graphics/clutter/buildlink3.mk"
                     26: .if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
                     27: CONFIGURE_ARGS+=       --with-flavour=x11
                     28: .else
                     29: PKG_FAIL_REASON+=      Require Clutter with X11 backend
                     30: .endif
                     31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>