aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot/Makefile
blob: 6c3fd329da2753ec0a5452ac67ee6f8a49783934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    gnuplot
# Version required:     3.5
# Date created:         6 October 1994
# Whom:                 jmz
#
# $Id$
#

DISTNAME=	gnuplot
PKGNAME=	gnuplot-3.5
MASTER_SITES=	ftp://ftp.dartmouth.edu/pub/gnuplot/
DISTFILES=	gnuplot3.5.tar.Z

pre-install:
	@mkdir -p ${PREFIX}/bin
	@mkdir -p ${PREFIX}/lib
	@mkdir -p ${PREFIX}/man/man1

.include <bsd.port.mk>