diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 05:03:06 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 05:03:06 +0000 |
commit | 2f87de6f40b150469d80f7f8d809c4681e3af795 (patch) | |
tree | 92cb5684587f127e736bfdcf6e4fb3f4df0e95c8 /math | |
parent | 01d4db62af10204b2036a19853de34eb3dc311a2 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index e11fe45a0691..85207055ca76 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnuplot -# Date created: May 18, 1999 -# Whom: NAKAJI Hiroyuki -# +# Created by: NAKAJI Hiroyuki # $FreeBSD$ -# PORTNAME= gnuplot371+ PORTVERSION= 1.2.0 @@ -17,7 +13,7 @@ DISTFILES= gnuplot-3.7.1.tar.gz \ gnuplot3.7.1+${PORTVERSION}.patch.tar.gz:patch EXTRACT_ONLY= gnuplot-3.7.1.tar.gz -MAINTAINER= nakaji@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A command-driven interactive function plotting program LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ |