as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
675 B
Makefile
30 lines
675 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= treekin
|
|
DISTVERSION= 0.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
MASTER_SITES= https://www.tbi.univie.ac.at/RNA/packages/source/
|
|
DISTNAME= Treekin-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Efficient computation of RNA folding dynamics
|
|
|
|
LICENSE= LatticeLib
|
|
LICENSE_NAME= LatticeLib Disclaimer and Copyright
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
BUILD_DEPENDS= lapacke>0:math/lapacke
|
|
|
|
USES= blaslapack:netlib compiler:c++11-lang fortran gmake \
|
|
localbase:ldflags
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
BINARY_ALIAS= make=${GMAKE}
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|