mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
a1c466d432
- GSEXE was not set during build, causing fig2dev -L pdf part.fig part.pdf to fail like this: sh: -q: not found Error in ghostcript command command was: -q -sAutoRotatePages=None -dAutoFilterColorImages=false -dColorImageFilter=/DCTEncode -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -o 'part.pdf' - Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> MFH: 2018q3
26 lines
497 B
Makefile
26 lines
497 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fig2dev
|
|
PORTVERSION= 3.2.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/mcj/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Tools to convert Xfig .fig files
|
|
|
|
RUN_DEPENDS= ppmtogif:graphics/netpbm \
|
|
gs:print/ghostscript9-agpl-base
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
CONFLICTS= transfig-*
|
|
|
|
USES= alias ghostscript:run iconv tar:xz
|
|
CFLAGS+= -Wno-return-type
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-transfig
|
|
CONFIGURE_ARGS+= GSEXE=gs
|
|
USE_XORG= xpm
|
|
|
|
.include <bsd.port.mk>
|