freebsd-ports/math/gnuplot/Makefile
Jordan K. Hubbard b546c15c55 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
1994-10-06 01:09:49 +00:00

11 lines
215 B
Makefile

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>