FntSample is a tool that can be used to make font samples that show coverage of the font and are similar in appearance to Unicode Charts. # Support for various font formats using FreeType library, including TrueType, OpenType, and Type1. # Creating samples in PDF, PostScript, and SVG formats. # Adding outlines with Unicode block names for PDF samples. # Selection of code ranges to show in charts. # Comparing of two font files with highlighting of added glyphs.
26 lines
835 B
Makefile
26 lines
835 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/09/13 10:29:19 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fntsample-3.2
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fntsample/}
|
|
|
|
DISTFILES= ${DEFAULT_DISTFILES} Blocks.txt
|
|
SITES.Blocks.txt= http://unicode.org/Public/UNIDATA/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://fntsample.sourceforge.net/
|
|
COMMENT= Make font samples, similar to Unicode charts, showing Unicode coverage
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_TOOLS+= pkg-config gmake perl:run
|
|
REPLACE_PERL= pdfoutline.pl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-unicode-blocks=${WRKDIR}/Blocks.txt
|
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|