1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/print/fig2dev/Makefile
MJL cd3614d9af print/fig2dev: update to upstream version 3.2.8a
The port update to version 3.2.8 has been provided in PR 252092 by
mjl@luckie.org.nz.

I have adjusted the update to build patch level "a" of version 3.2.8.

PR:		252092
Approved by:	pi
2021-06-05 18:27:45 +02:00

28 lines
589 B
Makefile

PORTNAME= fig2dev
PORTVERSION= 3.2.8a
CATEGORIES= print
MASTER_SITES= SF/mcj/
MAINTAINER= pi@FreeBSD.org
COMMENT= Tools to convert Xfig .fig files
LICENSE= fig2dev
LICENSE_NAME= fig2dev public license
LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpng.so:graphics/png
RUN_DEPENDS= ppmtogif:graphics/netpbm
USES= alias ghostscript:run iconv tar:xz xorg
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-transfig \
GSEXE=gs
CFLAGS+= -Wno-return-type
CONFLICTS_INSTALL= transfig
.include <bsd.port.mk>