- Update WWW

- Add LICENSE
- Simplify installation
This commit is contained in:
Dmitry Marakasov 2017-06-10 09:01:19 +00:00
parent ff3743eeed
commit 050ce65a94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443073
2 changed files with 7 additions and 8 deletions

View File

@ -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>

View File

@ -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/