- Update WWW
- Add LICENSE - Simplify installation
This commit is contained in:
parent
ff3743eeed
commit
050ce65a94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443073
@ -5,12 +5,14 @@ PORTNAME= blat
|
||||
PORTVERSION= 36
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= http://hgwdev.cse.ucsc.edu/~kent/src/ \
|
||||
http://users.soe.ucsc.edu/~kent/src/
|
||||
https://users.soe.ucsc.edu/~kent/src/
|
||||
DISTNAME= ${PORTNAME}Src${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast tool for local sequence similarity searches
|
||||
|
||||
LICENSE= NONE
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}Src
|
||||
@ -51,13 +53,10 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
.for exe in ${EXECUTABLES}
|
||||
(cd ${WRKSRC}/bin/${ARCH} && ${INSTALL_PROGRAM} ${exe} \
|
||||
${STAGEDIR}${PREFIX}/bin)
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${ARCH}/${exe} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/blat/webBlat
|
||||
(cd ${WRKSRC}/webBlat && ${INSTALL_PROGRAM} webBlat \
|
||||
${STAGEDIR}${PREFIX}/lib/blat/webBlat)
|
||||
(cd ${WRKSRC}/webBlat && ${INSTALL_DATA} install.txt \
|
||||
${STAGEDIR}${PREFIX}/lib/blat/webBlat)
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/webBlat/webBlat ${STAGEDIR}${PREFIX}/lib/blat/webBlat
|
||||
${INSTALL_DATA} ${WRKSRC}/webBlat/install.txt ${STAGEDIR}${PREFIX}/lib/blat/webBlat
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,4 +11,4 @@ genome (but not the genome itself) in memory. Since the index takes up a
|
||||
bit less than a gigabyte of RAM, BLAT can deliver high performance on a
|
||||
reasonably priced Linux box.
|
||||
|
||||
WWW: http://users.soe.ucsc.edu/~kent/
|
||||
WWW: https://users.soe.ucsc.edu/~kent/
|
||||
|
Loading…
Reference in New Issue
Block a user