1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/print/fig2dev/Makefile
Bernhard Froehlich 83f49680fc
print/fig2dev: Add CPE information
Approved by:    portmgr (blanket)
2021-09-21 12:57:56 +00:00

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>