97b2bcbc14
Changes: - apiref.txt has been again revised. - apirefx.txt has been extended to document the GPOS interface. - TODO has been dropped (since we consider there will be no further development). - TT_Char_Index() now uses TT_ULong for character codes. It now supports cmap tables in format 8 and 12. - New error code (TT_Err_Too_Many_FDefs) when a font defines too many functions. - Support files for BeOS have been contributed by Chris Herborth. - The EXPORT_DEF/EXPORT_FUNC/etc. stuff has been replaced with a more elaborate scheme. - Cleaning up of the ft_conf.h files to remove obsolete stuff. - TT_GSUB_Add_String() has two additional parameters needed for GPOS support. - TT_CharMap_Next() of the ftxcmap extension now uses `TT_ULong' as the second parameter. - A long-lived bug in ftxpost.c.
23 lines
557 B
Makefile
23 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.26 2006/06/17 19:41:33 minskim Exp $
|
|
|
|
DISTNAME= freetype-${FT_VERS}
|
|
FT_VERS= 1.5
|
|
CATEGORIES= graphics meta-pkgs textproc
|
|
MASTER_SITES= #
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freetype.org/
|
|
COMMENT= FreeType libraries and utilities
|
|
|
|
DEPENDS+= freetype-lib-${FT_VERS}:../../graphics/freetype-lib
|
|
DEPENDS+= freetype-utils-${FT_VERS}:../../graphics/freetype-utils
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|