aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfig-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-rw-r--r--graphics/xfig-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 2972f40d023f..a54a63748166 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/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