aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-13 08:15:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-13 08:15:58 +0000
commit0c2981b05a22dbb8e4df22d0649231ce2a68cf08 (patch)
tree881a9079077338d27b799031cbadc79063f7aa52 /math/gnuplot
parent87113dc9e28ffeed11817a3a405c975653b8170b (diff)
downloadports-0c2981b05a22dbb8e4df22d0649231ce2a68cf08.tar.gz
ports-0c2981b05a22dbb8e4df22d0649231ce2a68cf08.zip
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index a030e5069156..91776abce875 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -1,28 +1,22 @@
# New ports collection makefile for: gnuplot
-# Version required: 3.6
+# Version required: beta325
# Date created: 11 January 1997
-# Whom: cbr
+# Whom: chuckr
#
-# $Id: Makefile,v 1.7 1996/11/18 14:05:16 asami Exp $
+# $Id: Makefile,v 1.8 1997/01/12 20:07:13 chuckr Exp $
#
DISTNAME= gnuplot
-PKGNAME= gnuplot-beta325
+PKGNAME= gnuplot-325b
CATEGORIES= math graphics
-#MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/gnuplot-beta325.tar.gz
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
DISTFILES= gnuplot-beta325.tar.gz
-MAINTAINER= cbr@FreeBSD.org
+MAINTAINER= chuckr@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu
MAN1= gnuplot.1 lasergnu.1
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/man/man1
-
.include <bsd.port.mk>