blob: a1878eac698889c70a7f158997df48d89a67de87 (
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
|
PORTNAME= rainbow
DISTVERSION= 2.0.4
CATEGORIES= biology
MASTER_SITES= SF/bio-rainbow
DISTNAME= rainbow_${PORTVERSION}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Efficient clustering and assembling of short reads, especially for RAD
LICENSE= GPLv3+
USES= gmake
PLIST_FILES= bin/rainbow bin/ezmsim bin/rbasm
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} \
${WRKSRC}/rainbow \
${WRKSRC}/ezmsim \
${WRKSRC}/rbasm \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|