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

Annotation of pkgsrc/graphics/cairo/Makefile.common, Revision 1.11

1.11    ! wiz         1: # $NetBSD: Makefile.common,v 1.10 2016/12/12 13:56:07 wiz Exp $
1.1       adam        2: #
                      3: # used by graphics/cairo/Makefile
                      4: # used by graphics/cairo-gobject/Makefile
                      5:
1.11    ! wiz         6: DISTNAME=      cairo-1.14.10
1.1       adam        7: CATEGORIES=    graphics
                      8: MASTER_SITES=  http://cairographics.org/releases/
                      9: EXTRACT_SUFX=  .tar.xz
                     10:
                     11: MAINTAINER?=   pkgsrc-users@NetBSD.org
                     12: HOMEPAGE=      http://cairographics.org/
                     13: COMMENT=       Vector graphics library with cross-device output support
                     14: LICENSE=       gnu-lgpl-v2.1 AND mpl-1.1
                     15:
                     16: DISTINFO_FILE= ${.CURDIR}/../../graphics/cairo/distinfo
                     17: PATCHDIR=      ${.CURDIR}/../../graphics/cairo/patches
                     18:
1.4       joerg      19: USE_LANGUAGES=         c99
1.1       adam       20: USE_LIBTOOL=           yes
                     21: USE_PKGLOCALEDIR=      yes
                     22: USE_TOOLS+=            pkg-config
                     23: GNU_CONFIGURE=         yes
                     24: # does not build against NetBSD-5's MesaLib, and is according
                     25: # to upstream, only used by "toy applications"
                     26: CONFIGURE_ARGS+=       --disable-gl
                     27: CONFIGURE_ARGS+=       --enable-fc
                     28: CONFIGURE_ARGS+=       --enable-pdf
                     29: CONFIGURE_ARGS+=       --enable-ps
                     30: CONFIGURE_ARGS+=       --enable-tee
                     31:
                     32: PKGCONFIG_OVERRIDE+=   src/cairo.pc.in
                     33: PKGCONFIG_OVERRIDE+=   src/cairo-features.pc.in
                     34:
                     35: # For snprintf() and ctime_r()
                     36: CPPFLAGS.SunOS+=               -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
                     37:
                     38: # PR#43928
                     39: .include "../../mk/compiler.mk"
                     40: .if ${MACHINE_PLATFORM:MDragonFly-*-x86_64} && ${CC_VERSION:Mgcc-4.1.*}
                     41: CONFIGURE_ENV+=                ac_cv_type___uint128_t=no
                     42: .endif

CVSweb <webmaster@jp.NetBSD.org>