mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
29 lines
662 B
Makefile
29 lines
662 B
Makefile
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>
|