2012-10-06 16:10:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2012/10/06 14:10:49 asau Exp $
|
2000-05-01 08:02:23 +02:00
|
|
|
|
2002-09-11 10:52:57 +02:00
|
|
|
.include "Makefile.common"
|
2001-02-16 16:22:13 +01:00
|
|
|
|
2002-09-11 10:52:57 +02:00
|
|
|
PKGNAME= freetype-lib-${FT_VERS}
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2002-09-11 10:52:57 +02:00
|
|
|
COMMENT= TrueType font rendering engine and library API
|
2000-05-01 08:02:23 +02:00
|
|
|
|
2002-09-11 10:52:57 +02:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
2001-09-09 06:06:08 +02:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= ttlib ttpo
|
2000-05-01 08:02:23 +02:00
|
|
|
INSTALL_TARGET= install-ttlib install-ttpo
|
|
|
|
|
2001-09-09 06:06:08 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|