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

PORTNAME=	encodings
PORTVERSION=	1.0.4
PORTREVISION=	3
PORTEPOCH=	1
MASTER_SITES=	XORG/individual/font
CATEGORIES=	x11-fonts

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X.Org Encoding fonts

USES=		tar:bzip2
USE_XORG=	fontutil
BUILD_DEPENDS=	mkfontscale:x11-fonts/mkfontscale
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-fontrootdir=${PREFIX}/share/fonts

.include <bsd.port.mk>