diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 18:27:30 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-01-17 18:27:30 +0100 |
commit | 8b95f0198cc2c506dd2b0edf213f2f6434ee99f3 (patch) | |
tree | f26c8b2a58cea29a21259ab115fcd20fccac6dea /x11/fontconfig/Makefile | |
parent | 6e6d3170489452d64ed00656fe552dc159e3b1f8 (diff) |
Add fontconfig
XXX still issues (PLIST, dependencies)
Diffstat (limited to 'x11/fontconfig/Makefile')
-rw-r--r-- | x11/fontconfig/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile new file mode 100644 index 0000000..0ec2158 --- /dev/null +++ b/x11/fontconfig/Makefile @@ -0,0 +1,32 @@ +# $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 + +.include <bsd.port.mk> |