summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/Makefile
blob: 127ef8dd20d4d7a7a8636d1a2667754c02436e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.15 2008/03/14 17:22:49 jlam Exp $

PKG_DESTDIR_SUPPORT=	user-destdir

.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"