pkgsrc-wip/jellyfish2/Makefile

30 lines
767 B
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
###########################################################
DISTNAME= jellyfish-${PV}
CATEGORIES= biology
# https://github.com/gmarcais/Jellyfish/issues/126
MASTER_SITES= ${MASTER_SITE_GITHUB:=gmarcais/Jellyfish/releases/download/v2.2.10/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= http://www.genome.umd.edu/jellyfish.html
COMMENT= Fast, memory-efficient counting of k-mers in DNA
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
DEPENDS+= yaggo>=0:../../wip/yaggo
# Is this still necessary?
CFLAGS+= -fopenmp
PV= 2.2.10
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"