1f249b7ad8
Patchlevel 8a (Mar 2021) BUGS FIXED: o Allow closed splines with three points. o Fix build under Darwin.
21 lines
553 B
Makefile
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"
|