1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/biology/treekin/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>