freebsd-ports/x11-fonts/libfontenc/Makefile
Niclas Zeising f0ec576273 x11-fonts/libfontenc: Update to 1.1.4
Update libfontenc to 1.1.4.  This is a minor bugfix release, fixing a
bug that would cause mkfontscale(1) to fail to produce entries for the
iso8859-7 encoding because of wrong Unicode mappings for the iso8859-7
codepage.

Changelog:
https://lists.x.org/archives/xorg-announce/2019-February/002956.html

Sponsored by:	B3 Init
2019-02-20 20:09:52 +00:00

19 lines
356 B
Makefile

# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
PORTNAME= libfontenc
PORTVERSION= 1.1.4
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The fontenc Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= lib
USE_XORG= xorgproto
CONFIGURE_ARGS= --with-encodingsdir=${LOCALBASE}/share/fonts/encodings
.include <bsd.port.mk>