summaryrefslogtreecommitdiff
path: root/x11-fonts/mkfontscale/Makefile
blob: 2cc4301f0e9118232a7016cd3b724cdcd3e6f94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	mkfontscale
# Date Created:				28 Aug 2005
# Whom:					Pawel Worach
#
# $FreeBSD$
#

PORTNAME=	mkfontscale
PORTVERSION=	1.0.3
CATEGORIES=	x11-fonts

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Creates an index of scalable font files for X

LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2

XORG_CAT=	app
USE_XORG=	xproto fontenc

MAN1=		mkfontscale.1

.include <bsd.port.mk>