pkgsrc/graphics/libotf/Makefile
obache fc7c683ede Import libotf version 0.9.7.
The library "libotf" provides the following facilites.

    o Read Open Type Layout Tables from OTF file.  Currently these
      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.

    o Convert a Unicode character sequence to a glyph code sequence by
      using the above tables.

The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
2008-02-26 11:47:35 +00:00

23 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
#
DISTNAME= libotf-0.9.7
CATEGORIES= graphics
MASTER_SITES= http://www.m17n.org/libotf/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.m17n.org/libotf/
COMMENT= Library for handling OpenType fonts (OTF)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libotf.pc.in
.include "options.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"