mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
2c7762021c
PR: 177767 Submitted by: maintainer
31 lines
670 B
Makefile
31 lines
670 B
Makefile
# Created by: Jason Bacon <jwbacon@tds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= viper
|
|
PORTVERSION= ${MMVERSION}.1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.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
|
|
|
|
MMVERSION= 1.0
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|