1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11-fonts/encodings/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
516 B
Makefile

PORTNAME= encodings
PORTVERSION= 1.0.5
PORTEPOCH= 1
CATEGORIES= x11-fonts
MASTER_SITES= XORG/individual/font
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Encoding fonts
LICENSE= PD
BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale
USES= tar:bzip2 xorg
USE_XORG= fontutil
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts
post-install:
cd ${STAGEDIR}${PREFIX}/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large .
.include <bsd.port.mk>