aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/encodings/Makefile
blob: e651a5c0d3f7103f78c1bfa7f5a4f7a3c213e9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

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>