formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing data. It is the core library used by samtools and bcftools. WWW: http://www.htslib.org/ PR: 195591 Submitted by: Reed A. Cartwright <cartwright@asu.edu>
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# Created by: Reed A. Cartwright <cartwright@asu.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htslib
|
|
PORTVERSION= 1.1
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= samtools
|
|
GH_COMMIT= a65fba2
|
|
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_DIR="${MKDIR}"
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|