summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/Makefile
blob: 662246cbefa7a590c9e96013dcf49b016a57e3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.14 2006/06/17 19:41:32 minskim Exp $

.include "Makefile.common"

PKGNAME=	freetype-lib-${FT_VERS}
COMMENT=	TrueType font rendering engine and library API

CONFIGURE_ARGS+=	--without-x

BUILD_TARGET=		ttlib ttpo
INSTALL_TARGET=		install-ttlib install-ttpo

.include "../../mk/bsd.pkg.mk"