14 lines
325 B
Makefile
14 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:30 joerg Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= freetype-lib-${FT_VERS}
|
|
PKGREVISION= 3
|
|
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"
|