diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-06 15:42:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-06 15:42:14 +0000 |
commit | 84c2153f7d0ec0f6a4b60568e9925c8f852efffb (patch) | |
tree | a742446e7a003cf1efc8edaf886add2c7f08a1bf /math | |
parent | 02bdc99c421983906092fbb33a555b7337c9ee4e (diff) | |
download | ports-84c2153f7d0ec0f6a4b60568e9925c8f852efffb.tar.gz ports-84c2153f7d0ec0f6a4b60568e9925c8f852efffb.zip |
Mark as deprecated: upstream says: This package is obsolete. The author does not
recommend to use it. (see PR: ports/173369) for more details
Notes
Notes:
svn path=/head/; revision=309995
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index e11fe45a0691..b78ca876dbcb 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 @@ -20,6 +16,9 @@ EXTRACT_ONLY= gnuplot-3.7.1.tar.gz MAINTAINER= nakaji@jp.freebsd.org COMMENT= A command-driven interactive function plotting program +DEPRECATED= Upstream says: This package is obsolete. The author does not recommend to use it. +EXPIRATION_DATE= 2013-02-06 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib |