summaryrefslogtreecommitdiff
path: root/graphics/xfig/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 00:09:03 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 00:09:03 +0000
commiteae6b4fda4123de5fde39e1bb7cff1d19f81b87d (patch)
tree21caa7e963400ab0282d03d1a24c4957dfbbbfc1 /graphics/xfig/Makefile
parentUpdate port to 1.99.12 (diff)
Update port to 3.2.3c
PR: 20265 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=31226
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r--graphics/xfig/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 2972f40d023f..a54a63748166 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= xfig
-PORTVERSION= 3.2.3a
+PORTVERSION= 3.2.3c
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
- ftp://www-epb.lbl.gov/xfig/
+MASTER_SITES= ftp://www-epb.lbl.gov/xfig/ \
+ ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
-DISTNAME= ${PORTNAME}.${PORTVERSION}
+DISTNAME= ${PORTNAME}.${PORTVERSION}.full
MAINTAINER= ports@FreeBSD.org
@@ -20,6 +20,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig
+WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
+
USE_IMAKE= yes
MAN1= xfig.1
@@ -30,7 +32,6 @@ pre-fetch:
.endif
post-patch:
- @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
.if defined(NO_GSBIT)
@${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile
.endif