fb44dca45d
* Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix
30 lines
675 B
Makefile
30 lines
675 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= treekin
|
|
DISTVERSION= 0.5.1
|
|
PORTREVISION= 2
|
|
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>
|