1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/biology/samtools/Makefile
Nuno Teixeira 01064ce0bd biology/samtools: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-02 19:40:58 +00:00

28 lines
577 B
Makefile

PORTNAME= samtools
DISTVERSION= 1.17
PORTREVISION= 1
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
LIB_DEPENDS= libhts.so:biology/htslib
TEST_DEPENDS= bash:shells/bash
USES= autoreconf 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/plot-bamstats test/test.pl
TEST_TARGET= test
.include <bsd.port.mk>