summaryrefslogtreecommitdiff
path: root/fonts/mkfontscale/Makefile
blob: 768b4b62a6b43a7554ffb3579fd25479aa8a3fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.3 2002/07/17 18:13:48 wiz Exp $
#

DISTNAME=	mkfontscale-20020524
CATEGORIES=	fonts
MASTER_SITES=	http://www.pps.jussieu.fr/~jch/software/files/

MAINTAINER=	rxg@netbsd.org
HOMEPAGE=	http://www.pps.jussieu.fr/~jch/software/files/
COMMENT=	create an index of scalable font files for X

USE_IMAKE=	yes

WRKSRC=		${WRKDIR}/mkfontscale

.include "../../mk/bsd.prefs.mk"

.if !exists(${X11BASE}/include/X11/fonts/fontenc.h)
IGNORE=		"Needs the fontenc.h header file, which comes with newer XFree versions."
.endif

.include "../../graphics/freetype2/buildlink.mk"
.include "../../mk/bsd.pkg.mk"