1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/py-viper/Makefile
Jason Helfman b98600cc5b Add new port: math/py-viper
Viper is a minimalistic scientific plotter and run-time visualization module.
Viper has support for visualizing meshes and solutions in DOLFIN.

WWW:	https://launchpad.net/fenics-viper

PR:	ports/166913
Submitted by:	jwbacon@tds.net
2012-04-14 19:27:42 +00:00

33 lines
717 B
Makefile

# New ports collection makefile for: py-viper
# Date created: 13 April 2012
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= viper
PORTVERSION= 1.0.0
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/1.0.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwbacon@tds.net
COMMENT= Minimalistic scientific plotter and visualization module
LICENSE= LGPL3
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= viper
FETCH_ARGS= -F
MAN1= viper.1
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>