mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
83f49680fc
Approved by: portmgr (blanket)
30 lines
619 B
Makefile
30 lines
619 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 cpe ghostscript:run iconv tar:xz xorg
|
|
USE_XORG= xpm
|
|
|
|
CPE_VENDOR= xfig_project
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-transfig \
|
|
GSEXE=gs
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
CONFLICTS_INSTALL= transfig
|
|
|
|
.include <bsd.port.mk>
|