diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-20 00:23:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-20 00:24:53 +0000 |
commit | 35872ed5d5ecb4ba23d88c31cff03bebb000cff9 (patch) | |
tree | 244cd1581876625a567dc4bbff4ccb983908ca8d | |
parent | 299e5a82fac7c896c6b5ff93137249e4b3e0770b (diff) |
science/nwchem: Add the PYTHON option enabling python syntax in .nw files
-rw-r--r-- | science/nwchem/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile index dfafaac969d3..a55952eab3dc 100644 --- a/science/nwchem/Makefile +++ b/science/nwchem/Makefile @@ -2,6 +2,7 @@ PORTNAME= nwchem DISTVERSIONPREFIX= v DISTVERSION= 7.0.2 DISTVERSIONSUFFIX= -release +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -40,6 +41,13 @@ BINARY_ALIAS= gcc=${CC} gfortran=gfortran${GCC_DEFAULT} PLIST_FILES= bin/nwchem etc/nwchemrc +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON + +PYTHON_DESC= Enable Python syntax in input files +PYTHON_USES= python +PYTHON_MAKE_ENV= PYTHONVERSION=${PYTHON_VER} NWCHEM_MODULES="all python" + post-extract: @${RM} ${WRKSRC}/atomscf/src.orig |