mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
cf118ccf87
Reported by: lwhsu
26 lines
557 B
Makefile
26 lines
557 B
Makefile
PORTNAME= qwalk
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.1-300
|
|
PORTREVISION= 3
|
|
DISTVERSIONSUFFIX= -g1b7e381
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Quantum Monte Carlo package for quantum chemistry computations
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
|
|
|
PORTSCOUT= limit:^.*[1-9]\. # prevent words like 'broken'
|
|
|
|
USES= compiler:c++11-lang fortran gmake gnome perl5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= QWalk
|
|
GH_PROJECT= mainline
|
|
USE_GNOME= libxml2
|
|
|
|
WRKSRC_SUBDIR= src
|
|
MAKE_ARGS= INSTALLPATH=${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|