seqtk: Clean up

This commit is contained in:
root 2018-03-22 16:58:17 -05:00
parent d00031209f
commit a8e7f9dc35
1 changed files with 1 additions and 5 deletions

View File

@ -16,16 +16,12 @@ HOMEPAGE= https://github.com/lh3/seqtk
COMMENT= Tool for processing sequences in FASTA/FASTQ format
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
PORTVERSION= 1.2.20171107
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/seqtk \
${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/seqtk ${DESTDIR}${PREFIX}/bin
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"