pkgsrc/fonts/fntsample/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

26 lines
821 B
Makefile

# $NetBSD: Makefile,v 1.20 2014/05/29 23:36:34 wiz Exp $
#
DISTNAME= fntsample-3.2
PKGREVISION= 17
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
USE_TOOLS+= pkg-config gmake perl:run msgfmt
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"