opnsense-ports/print/fig2dev/Makefile
Franco Fichtner 8ad724692c */*: sync with upstream
Taken from: FreeBSD
2016-08-24 04:01:43 +02:00

22 lines
419 B
Makefile

# $FreeBSD$
PORTNAME= fig2dev
PORTVERSION= 3.2.6
CATEGORIES= print
MASTER_SITES= SF/mcj/
MAINTAINER= pi@FreeBSD.org
COMMENT= Tools to convert Xfig .fig files
RUN_DEPENDS= ppmtogif:graphics/netpbm
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
USE_XORG= xpm
.include <bsd.port.mk>