diff options
Diffstat (limited to 'graphics/py-matplotlib-tk/Makefile')
-rw-r--r-- | graphics/py-matplotlib-tk/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/py-matplotlib-tk/Makefile b/graphics/py-matplotlib-tk/Makefile index ab29b3412c9..4c9d56fba32 100644 --- a/graphics/py-matplotlib-tk/Makefile +++ b/graphics/py-matplotlib-tk/Makefile @@ -1,9 +1,13 @@ -# $NetBSD: Makefile,v 1.26 2014/12/07 17:09:09 rodent Exp $ +# $NetBSD: Makefile,v 1.27 2016/05/29 14:03:02 mef Exp $ -DISTNAME= matplotlib-1.3.1 -PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-1.3.1 +VERSION= 1.3.1 +DISTNAME= matplotlib-${VERSION} +PKGNAME= ${PYPKGPREFIX}-matplotlib-tk-${VERSION} CATEGORIES= graphics python -MASTER_SITES= https://github.com/downloads/matplotlib/matplotlib/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/} +GITHUB_PROJECT= matplotlib +# with Githubify, size changes little bit, so the following line, please delete for another update. +DIST_SUBDIR= matplotlib-1.3.1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://matplotlib.sourceforge.net/ |