# $NetBSD$
#
###########################################################
#                  Generated by fbsd2pkg                  #
#              Mon Jan  7 19:28:31 CST 2019               #
###########################################################

DISTNAME=	fastx_toolkit-0.0.14
CATEGORIES=	biology
MASTER_SITES=	${MASTER_SITE_GITHUB:=agordon/}
GITHUB_PROJECT=	fastx_toolkit

MAINTAINER=	bacon@NetBSD.org
HOMEPAGE=	http://hannonlab.cshl.edu/fastx_toolkit/
COMMENT=	CLI tools for Short-Reads FASTA/FASTQ files preprocessing
LICENSE=	gnu-agpl-v3

USE_LANGUAGES=	c c++
USE_TOOLS+=	autoconf automake autoreconf bash pkg-config perl:run
USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
REPLACE_PERL+=	scripts/*.pl
REPLACE_BASH+=	scripts/fastq_quality_boxplot_graph.sh
REPLACE_BASH+=	scripts/fastx_nucleotide_distribution_graph.sh
REPLACE_BASH+=	scripts/fastx_nucleotide_distribution_line_graph.sh

pre-configure:
	cd ${WRKSRC} && autoreconf -if

.include "../../wip/gtextutils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
