aboutsummaryrefslogtreecommitdiff
path: root/astro/xrmap/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-19 05:52:35 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-19 05:52:35 +0000
commita6e3c8fa53bc55ef9f10969426134b25646e5dbd (patch)
treeb10c8216e254045ab766f1b6b6fa2dfb6b1c85f2 /astro/xrmap/Makefile
parent8a8f7ea232e8035de3ed07103a289997af594222 (diff)
o update xrmap to version 2.29
o as usual, delete the patch files in the filesdir and replace with the files in this PR o redefine XMKMF in the Makefile because xmkmf -a did not the good thing o add a "do-configure:" in the Makefile PR: 52491 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=83290
Diffstat (limited to 'astro/xrmap/Makefile')
-rw-r--r--astro/xrmap/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile
index 8a7aec5e1d9d..ea6898f467c2 100644
--- a/astro/xrmap/Makefile
+++ b/astro/xrmap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xrmap
-PORTVERSION= 2.28
+PORTVERSION= 2.29
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ \
ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/
@@ -21,11 +21,12 @@ USE_BZIP2= yes
USE_IMAKE= yes
USE_XPM= yes
USE_REINPLACE= yes
+ XMKMF= xmkmf
MAN1= xrmap.1
CIAFILE= CIA_WDB2.jpd.gz
-XRMAPFILE= xrmap-2.28.tar.bz2
+XRMAPFILE= xrmap-2.29.tar.bz2
DISTFILE= anthems-1.1.tar.bz2 \
factbook_text_2002.tar.bz2 factbook_html_2002.tar.bz2 \
flags-1.1.tar.bz2 hymns-1.2.tar.bz2
@@ -37,6 +38,9 @@ post-extract:
${TAR} -zxf ${DISTDIR}/pdfmaps-1.1.tar.gz -C ${WRKSRC}
${GUNZIP_CMD} -c ${DISTDIR}/${CIAFILE} >${WRKSRC}/CIA_WDB2.jpd
+do-configure:
+ cd ${WRKSRC}; ${XMKMF}; cd ${WRKSRC}/editkit; ${XMKMF}
+
post-configure:
${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/editkit/Makefile