1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-fonts/encodings/Makefile
Kurt Jaeger 14ec59e35f x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR:		170852
Submitted by:	remko
2018-01-12 10:55:33 +00:00

26 lines
540 B
Makefile

# $FreeBSD$
PORTNAME= encodings
PORTVERSION= 1.0.4
PORTREVISION= 4
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
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>