1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/biology/rainbow/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
491 B
Makefile

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>