mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
54c7d96d7f
PR: 230170 Submitted by: ndowens.fbsd@yandex.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16568
41 lines
855 B
Makefile
41 lines
855 B
Makefile
# Created by: Reed A. Cartwright <cartwright@asu.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htslib
|
|
DISTVERSION= 1.9
|
|
CATEGORIES= biology devel
|
|
|
|
MAINTAINER= cartwright@asu.edu
|
|
COMMENT= C library for high-throughput sequencing data formats
|
|
|
|
LICENSE= BSD3CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= bash:shells/bash
|
|
|
|
USES= autoreconf gmake localbase \
|
|
pathfix perl5 shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= samtools
|
|
USE_PERL5= test
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
SHEBANG_FILES= test/compare_sam.pl \
|
|
test/test.pl
|
|
|
|
OPTIONS_DEFINE= CURL
|
|
OPTIONS_DEFAULT= CURL
|
|
|
|
CURL_DESC= Use libcurl for network file access (HTTPS and S3 support).
|
|
CURL_USES= ssl
|
|
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
|
CURL_CONFIGURE_ENABLE= libcurl
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|