2013-09-20 22:55:04 +02:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-03 18:26:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-08-18 22:15:55 +02:00
|
|
|
PORTNAME= gnuplot
|
2008-05-22 02:49:34 +02:00
|
|
|
PORTVERSION= 1.8
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 9
|
2000-07-03 18:26:56 +02:00
|
|
|
CATEGORIES= math python
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}-py/Gnuplot-py/${PORTVERSION}
|
2009-08-18 22:15:55 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2004-01-04 22:34:56 +01:00
|
|
|
DISTNAME= gnuplot-py-${PORTVERSION}
|
2000-07-03 18:26:56 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Python interface to gnuplot plotting program
|
2000-07-03 18:26:56 +02:00
|
|
|
|
2016-11-15 10:00:18 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2008-05-22 02:49:34 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= gnuplot:math/gnuplot \
|
2008-05-22 02:49:34 +02:00
|
|
|
${PYNUMPY}
|
2000-09-28 08:12:54 +02:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-10-21 18:54:54 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2016-11-15 10:00:18 +01:00
|
|
|
NO_ARCH= yes
|
2013-12-28 12:12:56 +01:00
|
|
|
|
|
|
|
PORTDOCS= *
|
2001-02-01 15:36:03 +01:00
|
|
|
|
2016-11-15 10:00:18 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install-DOCS-on:
|
2013-12-28 12:12:56 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
2000-07-03 18:26:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|