freebsd-ports/biology/stringtie/Makefile
Yuri Victorovich 9f819d30ba New port: biology/stringtie: Transcript assembly and quantification for RNA-seq
PR:		229480
Submitted by:	Motomichi Matsuzaki <mzaki@niid.go.jp>
2018-07-11 21:32:39 +00:00

25 lines
513 B
Makefile

# $FreeBSD$
PORTNAME= stringtie
DISTVERSION= 1.3.4d
CATEGORIES= biology
MASTER_SITES= http://ccb.jhu.edu/software/stringtie/dl/
MAINTAINER= mzaki@niid.go.jp
COMMENT= Transcript assembly and quantification for RNA-seq
LICENSE= ART20 MIT
LICENSE_COMB= multi
LICENSE_FILE_ART20= ${WRKSRC}/LICENSE
LICENSE_FILE_MIT= ${WRKSRC}/samtools-0.1.18/COPYING
USES= gmake
ALL_TARGET= release
PLIST_FILES= bin/stringtie
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stringtie ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>