# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = XML-based font configuration API for X Windows DISTNAME = fontconfig-2.13.1 SHARED_LIBS = fontconfig 14.0 CATEGORIES = x11 HOMEPAGE = https://www.freedesktop.org/wiki/Software/fontconfig/ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes WANTLIB = freetype uuid expat iconv intl pthread c z MASTER_SITES = http://fontconfig.org/release/ EXTRACT_SUFX = .tar.gz BUILD_DEPENDS = devel/gperf LIB_DEPENDS = sysutils/e2fsprogs \ print/freetype2 USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fontconfig mv ${WRKINST}${SYSCONFDIR}/fonts ${PREFIX}/share/examples/fontconfig .include