dc608be94b
BUGS FIXED: o HTML map output was limited to 100 links. Fix by Jan van Dijk o Updated for compatibility to PNG 1.5 From Matthias Scheler o Was adding "showpage" command when producing bitmap formats from intermediate EPS. This produced "illegal" PNG and JPEG files with extra, blank image. o Maximum width of included image in PS/EPS output increased from 8192 to 16384 o Precision of some PIC objects increased from %.2f to %.3f o Double close of output file when ghostscript fails. Original bug report from https://bugzilla.redhat.com/728825
29 lines
836 B
Makefile
29 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.44 2014/02/24 12:12:02 wiz Exp $
|
|
|
|
DISTNAME= transfig.3.2.5e
|
|
PKGNAME= ${DISTNAME:S/g./g-/}
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.xfig.org/
|
|
COMMENT= TeX document creation tool utilizing portable graphics
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# A default paper size is used only in the IBM-GL/HP-GL driver:
|
|
.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4"
|
|
MAKE_ENV+= DDA4="-DA4"
|
|
.endif
|
|
|
|
MAKE_ENV+= ICONVLIBS="${BUILDLINK_LDADD.iconv}"
|
|
|
|
# fig2ps2tex needs csh which might not be present on eg. Linux
|
|
CHECK_INTERPRETER_SKIP= bin/fig2ps2tex
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|