pkgsrc/print/fig2dev/Makefile
fcambus 1f249b7ad8 fig2dev: update to 3.2.8a.
Patchlevel 8a (Mar 2021)

BUGS FIXED:
	o Allow closed splines with three points.
	o Fix build under Darwin.
2021-07-21 05:32:49 +00:00

21 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.8 2021/07/21 05:32:49 fcambus Exp $
DISTNAME= fig2dev-3.2.8a
CATEGORIES= graphics print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mcj.sourceforge.net/
COMMENT= Convert .fig files to graphical or printable formats
GNU_CONFIGURE= yes
LDFLAGS.SunOS+= -liconv
USE_TOOLS+= gs:run
.include "../../graphics/png/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"