24 lines
553 B
Makefile
24 lines
553 B
Makefile
PORTNAME= chimes-calculator
|
|
DISTVERSIONPREFIX= v.
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= science # chemistry
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Chebyshev Interaction Model for Efficient Simulation
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing fortran shebangfix python:3.7+,test
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rk-lindsey
|
|
GH_PROJECT= ${PORTNAME:C/-/_/}
|
|
|
|
SHEBANG_GLOB= *.sh
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|PYTH3=python.*|PYTH3=${PYTHON_CMD}|' ${WRKSRC}/serial_interface/tests/run_tests.sh
|
|
|
|
.include <bsd.port.mk>
|