pkgsrc-wip/bifrost/Makefile

27 lines
809 B
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
# Wed Oct 11 07:14:48 CDT 2023 #
###########################################################
DISTNAME= bifrost-1.3.5
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=pmelsted/}
GITHUB_TAG= v${PKGVERSION_NOREV}
OWNER= bacon@NetBSD.org
HOMEPAGE= https://github.com/pmelsted/bifrost
COMMENT= Parallel construction, indexing and querying of de Bruijn graphs
LICENSE= 2-clause-bsd
ONLY_FOR_PLATFORM= *-*-aarch64 *-*-x86_64 *-*-powerpc64 *-*-powerpc64le *-*-riscv64
USE_LANGUAGES= c c++
USE_TOOLS+= cmake
USE_CMAKE= yes
CMAKE_ARGS+= -DCOMPILATION_ARCH=${CPUTYPE:UOFF}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"