aboutsummaryrefslogtreecommitdiff
path: root/science/qwalk/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-21 04:31:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-21 04:31:19 +0000
commit4a36d6a469f126d56f4ffc3295502d3c7487cb58 (patch)
tree3d9db167d9e5ce8d416a93f59bd88627191be310 /science/qwalk/Makefile
parent20fec41cb71475fd04c894a16a3b155c0e7ea81d (diff)
downloadports-4a36d6a469f126d56f4ffc3295502d3c7487cb58.tar.gz
ports-4a36d6a469f126d56f4ffc3295502d3c7487cb58.zip
Notes
Diffstat (limited to 'science/qwalk/Makefile')
-rw-r--r--science/qwalk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/science/qwalk/Makefile b/science/qwalk/Makefile
new file mode 100644
index 000000000000..f4e2c129d94d
--- /dev/null
+++ b/science/qwalk/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= qwalk
+DISTVERSION= g20170426
+CATEGORIES= science
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Quantum Monte Carlo package for quantum chemistry computations
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../COPYING
+
+USES= fortran gmake perl5
+USE_GITHUB= yes
+GH_ACCOUNT= QWalk
+GH_PROJECT= mainline
+GH_TAGNAME= 1b7e381
+USE_GNOME= libxml2
+
+WRKSRC_SUBDIR= src
+MAKE_ARGS= INSTALLPATH=${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>