mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
14f7c29430
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
32 lines
712 B
Makefile
32 lines
712 B
Makefile
PORTNAME= fig2dev
|
|
PORTVERSION= 3.2.9a
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/mcj/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Tools to convert Xfig .fig files
|
|
WWW= https://en.wikipedia.org/wiki/Xfig
|
|
|
|
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= cpe ghostscript:run iconv localbase:ldflags tar:xz xorg
|
|
USE_XORG= xpm
|
|
|
|
CPE_VENDOR= xfig_project
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --enable-transfig \
|
|
GSEXE=gs
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
CONFLICTS_INSTALL= transfig
|
|
|
|
.include <bsd.port.mk>
|