summaryrefslogtreecommitdiff
path: root/math/py-gnuplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-gnuplot/Makefile')
-rw-r--r--math/py-gnuplot/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile
deleted file mode 100644
index c0b0d3cfe1cf..000000000000
--- a/math/py-gnuplot/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gnuplot
-PORTVERSION= 1.8
-PORTREVISION= 10
-CATEGORIES= math python
-MASTER_SITES= SF/${PORTNAME}-py/Gnuplot-py/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= gnuplot-py-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python interface to gnuplot plotting program
-
-DEPRECATED= Unmaintained, uses EOLed python27
-EXPIRATION_DATE= 2020-01-27
-
-LICENSE= LGPL21
-
-BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= gnuplot:math/gnuplot \
- ${PYNUMPY}
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>