sortix-mirror/ports/libfontconfig/libfontconfig.port

16 lines
553 B
Plaintext
Raw Normal View History

NAME=libfontconfig
2022-07-06 20:27:01 +00:00
BUILD_LIBRARIES='libiconv libexpat libfreetype libintl? libjson-c?'
2024-01-21 23:04:24 +00:00
VERSION=2.15.0
DISTNAME=fontconfig-$VERSION
2022-07-06 20:27:01 +00:00
COMPRESSION=tar.xz
ARCHIVE=$DISTNAME.$COMPRESSION
2024-01-21 23:04:24 +00:00
SHA256SUM=63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e
UPSTREAM_SITE=https://www.freedesktop.org/software/fontconfig/release
UPSTREAM_ARCHIVE=$ARCHIVE
2022-07-06 20:27:01 +00:00
LICENSE=HPND-sell-variant
BUILD_SYSTEM=configure
# Documentation requires SGMLSpm and texline, doesn't seem to work?
CONFIGURE_ARGS=--disable-docs
POST_INSTALL=tix-eradicate-libtool-la
MAKE_VARS='V=1'