mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrading to version 3.36. Still a beta, but improving.
This is a modification of a patch by Thomas Gellekum <tg@ihf.rwth-aachen.de>
This commit is contained in:
parent
7dd2b43d23
commit
2edfb2bfb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7371
2 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
||||||
# New ports collection makefile for: gnuplot
|
# New ports collection makefile for: gnuplot
|
||||||
# Version required: beta325
|
# Version required: beta336
|
||||||
# Date created: 11 January 1997
|
# Date created: 11 January 1997
|
||||||
# Whom: chuckr
|
# Whom: chuckr
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.8 1997/01/12 20:07:13 chuckr Exp $
|
# $Id: Makefile,v 1.9 1997/01/13 08:15:58 asami Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= gnuplot
|
DISTNAME= gnuplot
|
||||||
PKGNAME= gnuplot-325b
|
PKGNAME= gnuplot-336
|
||||||
CATEGORIES= math graphics
|
CATEGORIES= math graphics
|
||||||
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
|
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
|
||||||
DISTFILES= gnuplot-beta325.tar.gz
|
DISTFILES= gnuplot-beta336.tar.gz
|
||||||
|
|
||||||
MAINTAINER= chuckr@FreeBSD.org
|
MAINTAINER= chuckr@FreeBSD.org
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu
|
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu --with-png --includedir=/usr/local/include
|
||||||
|
|
||||||
MAN1= gnuplot.1 lasergnu.1
|
MAN1= gnuplot.1 lasergnu.1
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnuplot-beta325.tar.gz) = 7fb33edf4907f0f3788ce1050982006b
|
MD5 (gnuplot-beta336.tar.gz) = ac848528127e8582b1803a28b938ba43
|
||||||
|
|
Loading…
Add table
Reference in a new issue