pkgsrc-wip/samtools/Makefile

43 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/26 17:30:46 rillig Exp $
DISTNAME= samtools-1.10
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=samtools/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://www.htslib.org/
COMMENT= Tools for manipulating sequence alignment maps
LICENSE= mit
USE_TOOLS+= autoconf automake autoreconf bash gmake perl
GNU_CONFIGURE= yes
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
SUBST_SED.version+= -e "s|m4_esyscmd_s(\[./version.sh 2>/dev/null\])|[${PKGVERSION_NOREV}]|"
SUBST_FILES.version+= configure.ac
SUBST_CLASSES+= bash
SUBST_STAGE.bash= pre-configure
SUBST_SED.bash+= -e "s|'bash'|'${TOOLS_PATH.bash}'|"
SUBST_SED.bash+= -e 's|\\/bin\\/bash|${TOOLS_PATH.bash:S,/,\\\/,g}|'
SUBST_FILES.bash+= test/test.pl
REPLACE_PERL+= misc/*.pl
REPLACE_PERL+= test/*.pl
REPLACE_PERL+= misc/plot-bamstats
REPLACE_LUA+= misc/*.lua
CONFIGURE_ARGS+= --with-htslib=system
TEST_TARGET= test
pre-configure:
cd ${WRKSRC} && autoreconf -if
BUILDLINK_API_DEPENDS.htslib+= htslib>=1.10.2
.include "../../wip/htslib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"