diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 05:58:31 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 05:58:31 +0000 |
commit | 34aef59af17f84d4ae4b4b79bfdb22ef3c11cf40 (patch) | |
tree | 0a7b79f781e1d0fddd779bb7241393752ff4c3c4 /math/gnuplot+ | |
parent | - Revert commit (diff) |
- Revert commit
- Tested wrong email address
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 85207055ca76..e11fe45a0691 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -1,5 +1,9 @@ -# Created by: NAKAJI Hiroyuki +# New ports collection makefile for: gnuplot +# Date created: May 18, 1999 +# Whom: NAKAJI Hiroyuki +# # $FreeBSD$ +# PORTNAME= gnuplot371+ PORTVERSION= 1.2.0 @@ -13,7 +17,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= ports@FreeBSD.org +MAINTAINER= nakaji@jp.freebsd.org COMMENT= A command-driven interactive function plotting program LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ |