mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
be26d1d912
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slclust
|
|
PORTVERSION= 2010.02.02
|
|
CATEGORIES= biology
|
|
MASTER_SITES= SF/slclust/slclust
|
|
DISTNAME= ${PORTNAME}_02022010
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Single-linkage clustering with Jaccard similarity
|
|
|
|
LICENSE= ART10
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/slclust
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/slclust ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|