# $NetBSD: Makefile,v 1.115 2018/09/17 06:56:22 maya Exp $ DISTNAME= fontconfig-2.13.1 ABI= 32 CATEGORIES= fonts MASTER_SITES= https://www.fontconfig.org/release/ EXTRACT_SUFX= .tar.bz2 PKGNAME= compat${ABI}_${DISTNAME} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.fontconfig.org/ COMMENT= Library for configuring and customizing font access #LICENSE= x11? # https://bugs.freedesktop.org/show_bug.cgi?id=101280 BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config msgfmt GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/emul/netbsd32/ CONFIGURE_ARGS+= --with-default-fonts=${PREFIX}/emul/netbsd32/share/fonts/X11 CONFIGURE_ARGS+= --with-expat-includes=${PREFIX}/emul/netbsd32/include CONFIGURE_ARGS+= --with-expat-lib=${PREFIX}/emul/netbsd32/lib CONFIGURE_ARGS+= --with-baseconfigdir=${PREFIX}/emul/netbsd32/etc CONFIGURE_ARGS+= --with-cache-dir=${VARBASE}/cache/fontconfig CONFIGURE_ARGS+= --libdir=${PREFIX}/emul/netbsd32/lib/fontconfig CONFIGURE_ARGS+= --enable-docs CONFIGURE_ARGS+= --x-libraries=${PREFIX}/emul/netbsd32/lib CONFIGURE_ENV+= HASDOCBOOK=no BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/emul/netbsd32 PKGCONFIG_OVERRIDE= fontconfig.pc.in _PKG_CONFIG_LIBDIR= ${BUILDLINK_DIR}/emul/netbsd32/lib/freetype2/pkgconfig:${BUILDLINK_DIR}/emul/netbsd32/lib/pkgconfig:${BUILDLINK_DIR}/lib/pkgconfig:${BUILDLINK_DIR}/share/pkgconfig PKG_SYSCONFSUBDIR= fontconfig .include "../../mk/compiler.mk" # Workaround for GCC 4.2 bug, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46861 # GCC 4.2 and -fPIC with visibility .if !empty(CC_VERSION:Mgcc-4.2.*) SUBST_CLASSES+= visibility SUBST_STAGE.visibility= pre-configure SUBST_MESSAGE.visibility= Removing visibility SUBST_FILES.visibility= src/makealias SUBST_SED.visibility= -e 's/__attribute((visibility("hidden")))//g' SUBST_SED.visibility+= -e 's/, visibility("default")//g' .endif .include "../../mk/bsd.prefs.mk" ADDFONTS= ${PREFIX}/emul/netbsd32/share/fonts/urw,${PREFIX}/emul/netbsd32/share/ghostscript/fonts,${PREFIX}/emul/netbsd32/share/fonts/X11 .if ${X11BASE} != ${LOCALBASE} ADDFONTS:= ${PREFIX}/emul/netbsd32/lib/X11/fonts,${ADDFONTS} .else ADDFONTS:= ${LOCALBASE}/share/fonts/X11,${ADDFONTS} .endif .if ${OPSYS} == "Darwin" ADDFONTS:= ~/Library/Fonts,/Library/Fonts,/System/Library/Fonts,${ADDFONTS} CONFIGURE_ARGS+= --with-arch=${MACHINE_ARCH} .endif CONFIGURE_ARGS+= --with-add-fonts=${ADDFONTS} SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-build SUBST_FILES.prefix= conf.d/README SUBST_VARS.prefix= PREFIX PKG_SYSCONFDIR32= ${PREFIX}/emul/netbsd32/etc EGDIR= ${PREFIX}/emul/netbsd32/share/examples/fontconfig CONF_FILES= ${EGDIR}/fonts.conf ${PKG_SYSCONFDIR32}/fonts.conf CONF_FILES+= ${EGDIR}/conf.d/README ${PKG_SYSCONFDIR32}/conf.d/README TMPLDIR= ${PREFIX}/emul/netbsd32/share/fontconfig/conf.avail MAKE_DIRS+= ${PKG_SYSCONFDIR32}/conf.d # following list from ${WRKSRC}/conf.d/Makefile.am FC_STDCONF= \ 10-scale-bitmap-fonts.conf 10-hinting-full.conf \ 10-hinting-medium.conf 10-hinting-none.conf 10-hinting-slight.conf \ 20-unhint-small-vera.conf \ 30-metric-aliases.conf 40-nonlatin.conf \ 45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf \ 60-latin.conf 65-fonts-persian.conf 65-nonlatin.conf 69-unifont.conf \ 80-delicious.conf 90-synthetic.conf # pkgsrc addition FC_STDCONF+= 30-pkgsrc-aliases.conf .for f in ${FC_STDCONF} CONF_FILES+= ${TMPLDIR}/${f} ${PKG_SYSCONFDIR32}/conf.d/${f} .endfor MAKE_DIRS+= ${VARBASE}/cache BUILD_DEFS+= VARBASE TEST_TARGET= check .if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} .endif post-install: ${INSTALL_DATA} ${FILESDIR}/30-pkgsrc-aliases.conf ${DESTDIR}${TMPLDIR} .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .if ${OPSYS} != "Darwin" .include "../../wip/compat32_libuuid/buildlink3.mk" .endif .include "../../devel/zlib/buildlink3.mk" BUILDLINK_API_DEPENDS.compat32_freetype2+= compat32_freetype2>=2.8.1 .include "../../wip/compat32_freetype2/buildlink3.mk" #.include "../../wip/compat80-x11/buildlink3.mk" .include "../../wip/compat32_expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk"