Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / py-viper / Makefile
1 # Created by: Jason Bacon <jwbacon@tds.net>
2 # $FreeBSD$
3
4 PORTNAME=       viper
5 PORTVERSION=    1.0.1
6 CATEGORIES=     math python
7 MASTER_SITES=   https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     jwbacon@tds.net
11 COMMENT=        Minimalistic scientific plotter and visualization module
12
13 LICENSE=        LGPL3
14
15 USES=           python:2
16 USE_PYTHON=     distutils autoplist
17
18 post-patch:
19         @${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \
20                 ${WRKSRC}/setup.py
21
22 .include <bsd.port.mk>