aboutsummaryrefslogtreecommitdiff
path: root/biology/stacks/Makefile
blob: cbd6bf3912d3d7b54e1e2e33b3e0d2b9534174c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	stacks
DISTVERSION=	2.4
PORTREVISION=	2
CATEGORIES=	biology perl5 python
MASTER_SITES=	http://catchenlab.life.illinois.edu/stacks/source/

MAINTAINER=	jwb@FreeBSD.org
COMMENT=	Software pipeline for building loci from short-read sequences

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		compiler:c++11-lang gmake python shebangfix

SHEBANG_FILES=	scripts/*.pl scripts/*.py \
		scripts/stacks-integrate-alignments scripts/stacks-gdb
GNU_CONFIGURE=	yes

LDFLAGS+=	-lpthread

.include <bsd.port.pre.mk>

# Temp workaround, see PR 230888
.if ${ARCH} == i386
USE_GCC=	yes
.endif

.include <bsd.port.post.mk>