diff options
author | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:22:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:22:48 +0000 |
commit | f6e7cc1eff276f316a28259dbcad9b6bb397769a (patch) | |
tree | 1d19303f6196db933ff4ac31f2a32013e6c6165e /graphics/xfig/Makefile | |
parent | Update 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/Makefile | 10 |
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," |