a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
30 lines
611 B
Makefile
30 lines
611 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= multiwfn
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.4.1-0-14
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -ge873677
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Multifunctional wavefunction analysis for quantum chemistry
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libopenblas.so:math/openblas
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= autoreconf gmake fortran shebangfix
|
|
SHEBANG_GLOB= *.sh
|
|
SHEBANG_FILES= init/Multiwfn.01
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stecue
|
|
GH_PROJECT= gMultiwfn
|
|
|
|
PLIST_FILES= bin/Multiwfn \
|
|
lib/gMultiwfn/Multiwfn
|
|
|
|
.include <bsd.port.mk>
|