052b795e5d
* 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
30 lines
777 B
Makefile
30 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/04/27 08:23:01 adam Exp $
|
|
#
|
|
|
|
DISTNAME= pfaedit_full-${VERSION}
|
|
PKGNAME= pfaedit-20${VERSION}
|
|
CATEGORIES= fonts editors
|
|
MASTER_SITES= http://pfaedit.sourceforge.net/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://pfaedit.sourceforge.net/
|
|
COMMENT= Postscript font editor
|
|
|
|
VERSION= 040310
|
|
|
|
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 "../../mk/bsd.pkg.mk"
|