summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils/Makefile
blob: b7b45bf05d677f1380045cc65c07c95afcc841b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2001/05/28 03:16:44 jlam Exp $

PKGNAME=		freetype-utils-${FT_VERS}

COMMENT=		Utilities for manipulating TrueType fonts

FREETYPE_REQD=		${FT_VERS}

USE_X11=		# defined
CONFIGURE_ARGS+=	--with-x

ALL_TARGET=		tttest
INSTALL_TARGET=		install-tttest

.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../graphics/freetype-lib/Makefile.common"