3e1d59d803
Some major performance improvements Numerous minor bug fixes and enhancements Added a do-test target to the pkgsrc Makefile
31 lines
862 B
Makefile
31 lines
862 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/02/08 01:49:25 bacon Exp $
|
|
|
|
DISTNAME= bedtools-2.30.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=arq5x/}
|
|
GITHUB_PROJECT= bedtools2
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= bacon@NetBSD.org
|
|
HOMEPAGE= https://bedtools.readthedocs.io/en/latest/
|
|
COMMENT= Swiss army knife for genome arithmetic
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bash:test gmake
|
|
REPLACE_SH+= scripts/vcfsort.sh
|
|
REPLACE_PYTHON= scripts/makeBashScripts.py
|
|
|
|
SUBST_CLASSES+= pybin
|
|
SUBST_STAGE.pybin= pre-configure
|
|
SUBST_SED.pybin= -e 's|python|${PYTHONBIN}|g'
|
|
SUBST_FILES.pybin= Makefile
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/test && bash test.sh
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../archivers/xz/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|