From 052b795e5de264832471013a044b89de32670b20 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 27 Apr 2004 08:23:01 +0000 Subject: Changes 2004-03-10: * The autohint command would sometimes reverse direction of a countour * PfaEdit would sometimes generate internal errors when editing quadric splines * When reading a font with an apple 'mort' table, pfaedit would often parse marked substitions incorrectly --- fonts/pfaedit/Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'fonts/pfaedit/Makefile') diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 0ef226171f2..0e1e422ae4e 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/24 04:13:36 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/27 08:23:01 adam Exp $ # DISTNAME= pfaedit_full-${VERSION} @@ -7,23 +7,24 @@ CATEGORIES= fonts editors MASTER_SITES= http://pfaedit.sourceforge.net/ EXTRACT_SUFX= .tgz -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= http://pfaedit.sourceforge.net/ COMMENT= Postscript font editor -VERSION= 040102 +VERSION= 040310 -CONFIGURE_ARGS+=--with-freetype-src=no -GNU_CONFIGURE= YES -USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make -USE_LIBTOOL= YES -USE_X11= YES -WRKSRC= ${WRKDIR}/pfaedit-${VERSION} +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +USE_X11= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-freetype-src=no +WRKSRC= ${WRKDIR}/pfaedit-${VERSION} .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../graphics/libungif/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3