freebsd-ports/biology/minimap2/Makefile
Jason W. Bacon 2b4cfc8ff3 biology/minimap2: Update to 2.24
Fix chaining algorithm issue resulting in poorly aligned regions

Reported by:    portscout
2021-12-31 08:30:52 -06:00

24 lines
423 B
Makefile

PORTNAME= minimap2
DISTVERSIONPREFIX= v
DISTVERSION= 2.24
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= simde>0:devel/simde
USES= gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= lh3
ALL_TARGET= extra
INSTALL_TARGET= install-strip
MAKEFILE= Makefile.simde
.include <bsd.port.mk>