mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23 lines
419 B
Makefile
23 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>
|