1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/print/fig2dev/Makefile
Niclas Zeising 823770dbfb Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 20:47:26 +00:00

26 lines
502 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 xorg
CFLAGS+= -Wno-return-type
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-transfig
CONFIGURE_ARGS+= GSEXE=gs
USE_XORG= xpm
.include <bsd.port.mk>