aboutsummaryrefslogtreecommitdiff
path: root/print/fig2dev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/fig2dev/Makefile')
-rw-r--r--print/fig2dev/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile
index 4d50b4df4965..59367937cf81 100644
--- a/print/fig2dev/Makefile
+++ b/print/fig2dev/Makefile
@@ -1,23 +1,27 @@
PORTNAME= fig2dev
-PORTVERSION= 3.2.7
-PORTREVISION= 1
+PORTVERSION= 3.2.8a
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
+LICENSE= fig2dev
+LICENSE_NAME= fig2dev public license
+LICENSE_FILE= ${FILESDIR}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-CONFLICTS= transfig-*
+LIB_DEPENDS= libpng.so:graphics/png
+RUN_DEPENDS= ppmtogif:graphics/netpbm
USES= alias ghostscript:run iconv tar:xz xorg
-CFLAGS+= -Wno-return-type
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-transfig
-CONFIGURE_ARGS+= GSEXE=gs
USE_XORG= xpm
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-transfig \
+ GSEXE=gs
+CFLAGS+= -Wno-return-type
+
+CONFLICTS_INSTALL= transfig
+
.include <bsd.port.mk>