88a22cb3bd
headers and libraries during a "make build".
12 lines
305 B
Makefile
12 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/05/28 03:16:44 jlam Exp $
|
|
|
|
PKGNAME= freetype-lib-${FT_VERS}
|
|
|
|
COMMENT= TrueType font rendering engine and library API
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
ALL_TARGET= ttlib ttpo
|
|
INSTALL_TARGET= install-ttlib install-ttpo
|
|
|
|
.include "../../graphics/freetype-lib/Makefile.common"
|