aboutsummaryrefslogtreecommitdiffstats
path: root/print/fig2dev/Makefile
blob: a3f5f7eab8e4805386ceaf0eaea6d7ac63c6e66c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $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>