summaryrefslogtreecommitdiff
path: root/math/gnuplot/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /math/gnuplot/Makefile
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r--math/gnuplot/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
deleted file mode 100644
index 9e22739f27ae..000000000000
--- a/math/gnuplot/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: gnuplot
-# Version required: 3.5
-# Date created: 6 October 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $
-#
-
-DISTNAME= gnuplot
-PKGNAME= gnuplot-3.5
-CATEGORIES+= math graphics
-MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/
-DISTFILES= gnuplot3.5.tar.Z
-
-MAINTAINER= jmz@FreeBSD.org
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/man/man1
-
-.include <bsd.port.mk>