diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-28 07:48:34 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-28 07:48:34 +0000 |
| commit | ec77e60fda312bff7d3d28c7553a1a1d37b6cd7c (patch) | |
| tree | bc29c25d4ffa8ca720e7e0b31964b0c188c6c64a /math/py-matplotlib/Makefile | |
| parent | - Drop @dirrm* from plist (diff) | |
Update to version 1.4.0.
PR: 193505
Submitted by: m.tsatsenko@gmail.com
Approved by: mainland@apeiron.net (maintainer)
Notes
Notes:
svn path=/head/; revision=369440
Diffstat (limited to 'math/py-matplotlib/Makefile')
| -rw-r--r-- | math/py-matplotlib/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 011e811bca54..491b2aa683a2 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.4.0 CATEGORIES= math python -MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users +LICENSE= PSFL + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz @@ -18,12 +19,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig shebangfix -SHEBANG_FILES= examples/pylab_examples/unicode_demo.py \ - examples/animation/old_animation/movie_demo.py -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= pkgconfig shebangfix python +USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND |
