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

Annotation of pkgsrc/graphics/cairo/Makefile, Revision 1.100

1.100   ! bsiegert    1: # $NetBSD: Makefile,v 1.99 2012/05/27 18:21:44 dholland Exp $
1.1       recht       2:
1.87      wiz         3: DISTNAME=      cairo-1.10.2
1.99      dholland    4: PKGREVISION=   5
1.1       recht       5: CATEGORIES=    graphics
1.23      adam        6: MASTER_SITES=  http://cairographics.org/releases/
1.1       recht       7:
1.92      wiz         8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.7       adam        9: HOMEPAGE=      http://cairographics.org/
1.1       recht      10: COMMENT=       Vector graphics library with cross-device output support
1.75      tron       11: LICENSE=       gnu-lgpl-v2.1 AND mpl-1.1
1.1       recht      12:
1.49      joerg      13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
1.52      jschauma   15: USE_LANGUAGES+=                c99
1.7       adam       16: USE_LIBTOOL=           yes
1.1       recht      17: USE_PKGLOCALEDIR=      yes
1.23      adam       18: USE_TOOLS+=            pkg-config
1.96      ryoon      19: PKGCONFIG_OVERRIDE+=   src/cairo.pc.in \
1.97      obache     20:                        src/cairo-features.pc.in
                     21:
1.7       adam       22: GNU_CONFIGURE=         yes
1.82      wiz        23: CONFIGURE_ARGS+=       --enable-gl
1.23      adam       24: CONFIGURE_ARGS+=       --enable-pdf
                     25: CONFIGURE_ARGS+=       --enable-ps
1.96      ryoon      26: CONFIGURE_ARGS+=       --enable-tee
1.1       recht      27:
1.60      jlam       28: PLIST_VARS+=           carbon
1.38      minskim    29: .if exists(/System/Library/Frameworks/Carbon.framework)
1.24      rh         30: CONFIGURE_ARGS+=       --enable-quartz
1.64      obache     31: CONFIGURE_ARGS+=       --enable-quartz-font
                     32: CONFIGURE_ARGS+=       --enable-quartz-image
1.60      jlam       33: PLIST.carbon=          yes
1.24      rh         34: .endif
                     35:
1.40      minskim    36: .include "options.mk"
                     37:
1.63      tnn        38: # For snprintf() and ctime_r()
                     39: CPPFLAGS.SunOS+=               -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
1.50      dsainty    40:
1.34      heinz      41: TEST_TARGET=                   check
                     42:
1.86      obache     43: # PR#43928
                     44: .include "../../mk/compiler.mk"
                     45: .if ${MACHINE_PLATFORM:MDragonFly-*-x86_64} && ${CC_VERSION:Mgcc-4.1.*}
                     46: CONFIGURE_ENV+=                ac_cv_type___uint128_t=no
                     47: .endif
                     48:
1.42      minskim    49: .include "../../devel/zlib/buildlink3.mk"
1.15      recht      50: .include "../../fonts/fontconfig/buildlink3.mk"
1.71      wiz        51: BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.1.9
1.5       recht      52: .include "../../graphics/freetype2/buildlink3.mk"
1.7       adam       53: .include "../../graphics/png/buildlink3.mk"
1.71      wiz        54: # include?
                     55: #.include "../../print/libspectre/buildlink3.mk"
                     56: .include "../../x11/pixman/buildlink3.mk"
                     57:
1.25      jmmv       58: .include "../../mk/pthread.buildlink3.mk"
1.1       recht      59: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>