ffe83de7b1
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
30 lines
827 B
Makefile
30 lines
827 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:08 rillig Exp $
|
|
|
|
DISTNAME= bcftools-1.9
|
|
PKGREVISION= 2
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=samtools/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= bacon@NetBSD.org
|
|
HOMEPAGE= https://samtools.github.io/bcftools/
|
|
COMMENT= Calling and manipulating files VCF and BCF formats
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake perl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-htslib=system
|
|
TEST_TARGET= test
|
|
|
|
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
|
|
|
|
REPLACE_PERL+= misc/*.pl
|
|
REPLACE_PERL+= misc/plot-vcfstats
|
|
REPLACE_PYTHON+= misc/*.py
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../biology/htslib/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|