mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
0b69a4e7cd
Reported by: pkg-fallout
38 lines
897 B
Makefile
38 lines
897 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lcapy
|
|
DISTVERSION= g20171202
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= cad python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Symbolic MDA Analysis Package for Linear Circuits
|
|
|
|
LICENSE= LGPL21
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mph-
|
|
GH_TAGNAME= 23c940f
|
|
PORTEXAMPLES= netlists \
|
|
networks \
|
|
notebooks \
|
|
schematics
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/doc/examples && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|