summaryrefslogtreecommitdiffstats
path: root/math/gnuplot/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-06 01:09:49 +0000
committerjkh <jkh@FreeBSD.org>1994-10-06 01:09:49 +0000
commit2401216bf38a2f958928018b260a181d06c05fc4 (patch)
tree83d052c5563de9555b42bb2dafa2b752b368df40 /math/gnuplot/Makefile
parent61383020f3aa5423f5461a5a069248ffb12d0d5a (diff)
downloadFreeBSD-ports-2401216bf38a2f958928018b260a181d06c05fc4.zip
FreeBSD-ports-2401216bf38a2f958928018b260a181d06c05fc4.tar.gz
Jean-Marc Zucconi's gnuplot port.
If Jean-Marc keeps this up, I'm simply going to have to have my own subdirectory for him - /usr/ports/jmz. :-) Submitted by: jmz
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r--math/gnuplot/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
new file mode 100644
index 0000000..bfaa75d
--- /dev/null
+++ b/math/gnuplot/Makefile
@@ -0,0 +1,10 @@
+DISTNAME= gnuplot
+DISTFILES= gnuplot3.5.tar.Z
+MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/
+
+pre-install:
+ @mkdir -p ${PREFIX}/bin
+ @mkdir -p ${PREFIX}/lib
+ @mkdir -p ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud