summaryrefslogtreecommitdiff
path: root/biology/stacks/Makefile
blob: 6f533cb5e6e11f3666cf66346718b8c516083dbe (plain)
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
# $FreeBSD$

PORTNAME=	stacks
DISTVERSION=	1.48
PORTREVISION=	2
CATEGORIES=	biology
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:openmp gmake python shebangfix
SHEBANG_FILES=	scripts/*.pl scripts/*.py
GNU_CONFIGURE=	yes

LDFLAGS+=	-lpthread

.include <bsd.port.pre.mk>

.if ${ARCH} != amd64 && ${ARCH} != i386
USE_GCC=        yes
.endif

.include <bsd.port.post.mk>