Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14885
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stacks
|
|
DISTVERSION= 1.48
|
|
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= gmake python shebangfix
|
|
SHEBANG_FILES= scripts/*.pl scripts/*.py
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS+= -lpthread
|
|
|
|
.include <bsd.port.mk>
|