57d280a35e
New feature to output sequences in secondary alignments Several minor enhancements and fixes Changes: https://github.com/lh3/minimap2/releases Reported by: portscout
25 lines
461 B
Makefile
25 lines
461 B
Makefile
PORTNAME= minimap2
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.25
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Pairwise aligner for genomic and spliced nucleotide sequences
|
|
WWW= https://github.com/lh3/minimap2
|
|
|
|
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>
|