summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/Makefile
blob: d6c071e82af09283d3eff03d73655a1d617ed1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.6 2001/09/09 03:37:00 jlam Exp $

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

CONFIGURE_ARGS+=	--without-x

USE_BUILDLINK_ONLY=	# defined
ALL_TARGET=		ttlib ttpo
INSTALL_TARGET=		install-ttlib install-ttpo

.include "Makefile.common"