54eae36d2c
PR: 230171 Submitted by: ndowens.fbsd@yandex.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16569
30 lines
638 B
Makefile
30 lines
638 B
Makefile
# Created by: Reed A. Cartwright <cartwright@asu.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= samtools
|
|
DISTVERSION= 1.9
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= cartwright@asu.edu
|
|
COMMENT= Tools for manipulating next-generation sequencing data
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= htslib>=1.6:biology/htslib
|
|
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
|
|
SUB_FILES= pkg-message
|
|
SHEBANG_FILES= misc/*.pl misc/*.py misc/plot-bamstats test/test.pl
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|