diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-10 19:05:43 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-10 19:05:43 +0000 |
commit | fc4d1d6b7166c4456bd3993d82a926d07e0a6b3f (patch) | |
tree | 1105826aef492ea29a275023557c9fa1883406e2 /math/py-matplotlib/Makefile | |
parent | - update to 7.8.7 (diff) |
- update to 1.2.0
PR: 173843
Submitted by: David Naylor <naylor.b.david@gmail.com>
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=310199
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index fc05f56a8289..8373ad0fa184 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -1,15 +1,10 @@ -# ex:ts=8 -# Ports collection makefile for: py-matplotlib -# Date created: Aug 4, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= matplotlib -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net @@ -22,7 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include @@ -91,8 +86,6 @@ WXAGG_BACKEND= True WXAGG_BACKEND= False .endif -.include <bsd.port.pre.mk> - EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-extract: ${CHMOD} -R ga+r ${WRKDIR} @@ -119,4 +112,4 @@ post-install: ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |