diff options
author | R. Imura <imura@FreeBSD.org> | 1999-12-10 20:31:56 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 1999-12-10 20:31:56 +0000 |
commit | db30ec2dc19662eac1cb5ae6a665014cfff55d20 (patch) | |
tree | 111150ec52860ed669045a426c731bf71ba2e053 /math/gnuplot+/Makefile | |
parent | Fix md5 checksum (diff) |
Update to 3.7.1
PR: 15350
Submitted by: Maintainer
Diffstat (limited to 'math/gnuplot+/Makefile')
-rw-r--r-- | math/gnuplot+/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index d076ef18a44d..fd56aa413d68 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -1,22 +1,20 @@ # New ports collection makefile for: gnuplot -# Version required: 3.7 +# Version required: 3.7.1 # Date created: May 18, 1999 # Whom: NAKAJI Hiroyuki # # $FreeBSD$ # -DISTNAME= gnuplot37+-1.1.9 +DISTNAME= gnuplot371+-1.1.9 CATEGORIES= math japanese graphics MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/ \ - ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/3.7.0+1.1.9/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/pub.yamaga/gnuplot+/3.7base/ \ ftp://ftp.tohoku.ac.jp/mirror/gnuplot+/3.7base/ \ ftp://ftp.win.ne.jp/pub/graphics/gnuplot/gnuplot+/3.7base/ \ ftp://ftp.rc.tutrp.tut.ac.jp/pub/mirror/gnuplot+/3.7base/ -DISTFILES= gnuplot-3.7.tar.gz gnuplot3.7+1.1.9.patch.tar.gz \ - gnuplot3.7+1.1.9.configure.gd.patch \ - gnuplot3.7+1.1.9.configure.gd2.patch +DISTFILES= gnuplot-3.7.1.tar.gz gnuplot3.7.1+1.1.9.patch.tar.gz \ + gnuplot3.7.1+1.1.9.bugfix MAINTAINER= nakaji@tutrp.tut.ac.jp @@ -30,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .endif -EXTRACT_ONLY= gnuplot-3.7.tar.gz +EXTRACT_ONLY= gnuplot-3.7.1.tar.gz USE_XLIB= yes USE_GMAKE= yes @@ -46,7 +44,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ MAN1= gnuplot.1 lasergnu.1 -WRKSRC= ${WRKDIR}/gnuplot-3.7 +WRKSRC= ${WRKDIR}/gnuplot-3.7.1 GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/History.plus \ ${WRKSRC}/INSTALL-J.unx.plus \ @@ -61,17 +59,18 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/gp+/plus.tex pre-fetch: +.ifndef USE_JP @echo "*********************************************************" @echo "If you want handle Japanese TrueType font, define USE_JP." @echo "*********************************************************" +.endif post-extract: - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7+1.1.9.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7.1+1.1.9.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} pre-patch: ${PATCH} ${PATCH_ARGS} < ${WRKSRC}/gnuplot3.7+1.1.patch - ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7+1.1.9.configure.gd.patch - ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7+1.1.9.configure.gd2.patch + ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7.1+1.1.9.bugfix post-patch: cd ${WRKSRC}; ${TOUCH} aclocal.m4 |