diff options
author | steve <steve@FreeBSD.org> | 2001-06-17 18:22:48 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-06-17 18:22:48 +0000 |
commit | 4b699e63b9ef5b7d402d88458163ab732683721d (patch) | |
tree | 6f4a5579ca0c8f1419d3dca9c1766f463130e478 /graphics/xfig-devel/Makefile | |
parent | d7e164231290fcd49888128b1bfe5f89ff7c85b4 (diff) | |
download | FreeBSD-ports-4b699e63b9ef5b7d402d88458163ab732683721d.zip FreeBSD-ports-4b699e63b9ef5b7d402d88458163ab732683721d.tar.gz |
Update to version 3.2.3d.
PR: 28052
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-rw-r--r-- | graphics/xfig-devel/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 28460e9..06426d6 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/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," |