summaryrefslogtreecommitdiff
path: root/fonts/pfaedit/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-27 08:23:01 +0000
committeradam <adam@pkgsrc.org>2004-04-27 08:23:01 +0000
commit052b795e5de264832471013a044b89de32670b20 (patch)
treeb4f796afab460f40599c0ef4377ab398176535fb /fonts/pfaedit/Makefile
parenta8120306e7e9b810d3fe8cfd17ca33b1bd8032d8 (diff)
downloadpkgsrc-052b795e5de264832471013a044b89de32670b20.tar.gz
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
Diffstat (limited to 'fonts/pfaedit/Makefile')
-rw-r--r--fonts/pfaedit/Makefile23
1 files changed, 12 insertions, 11 deletions
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"