Files
ports/biology/samtools/Makefile
T
Jason W. Bacon 1ef610474a biology/samtools: Update to 1.24
Numerous fixes and enhancements
Changes: https://github.com/samtools/samtools/releases

Reported by:    portscout
2026-07-11 14:32:16 -05:00

30 lines
656 B
Makefile

PORTNAME= samtools
DISTVERSION= 1.24
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Tools for manipulating next-generation sequencing data
WWW= https://www.htslib.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= htslib>=1.24:biology/htslib
LIB_DEPENDS= libhts.so:biology/htslib
TEST_DEPENDS= bash:shells/bash
USES= autoreconf cpe gmake localbase ncurses perl5 python:env shebangfix
USE_GITHUB= yes
USE_PERL5= test
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
SHEBANG_FILES= misc/*.pl misc/*.py misc/plot-bamstats test/test.pl
CONFIGURE_ARGS= --with-htslib=system
TEST_TARGET= test
.include <bsd.port.mk>