summaryrefslogtreecommitdiff
path: root/graphics/xfig/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-06-17 18:22:48 +0000
committerSteve Price <steve@FreeBSD.org>2001-06-17 18:22:48 +0000
commitf6e7cc1eff276f316a28259dbcad9b6bb397769a (patch)
tree1d19303f6196db933ff4ac31f2a32013e6c6165e /graphics/xfig/Makefile
parentUpdate to version 0.7. (diff)
Update to version 3.2.3d.
PR: 28052 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r--graphics/xfig/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 28460e9faa12..06426d673902 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= xfig
-PORTVERSION= 3.2.3c
+PORTVERSION= 3.2.3d
CATEGORIES= graphics
MASTER_SITES= http://www.xfig.org/xfigdist/ \
- ftp://www-epb.lbl.gov/xfig/ \
- ${MASTER_SITE_XCONTRIB}
+ ftp://www-epb.lbl.gov/xfig/
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
DISTNAME= ${PORTNAME}.${PORTVERSION}.full
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png \
Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
@@ -26,6 +26,10 @@ USE_IMAKE= yes
USE_XPM= yes
MAN1= xfig.1
+.if !defined(NOPORTDOCS)
+INSTALL_TARGET= install install.all
+.endif
+
pre-fetch:
.if !defined(NO_GSBIT)
@${ECHO_MSG} "To build this port without Ghostscript support,"