summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/Makefile
blob: 22e9cf4d1be4c854abb247eb6e4a88b0f7f04e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:50 tv Exp $

.include "Makefile.common"

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

CONFIGURE_ARGS+=	--without-x

ALL_TARGET=		ttlib ttpo
INSTALL_TARGET=		install-ttlib install-ttpo

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