mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9146c80d02
- Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# Created by: Dan Siercks <dsiercks@uwm.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdbfasta
|
|
PORTVERSION= 2010.07.22
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
COMMENT= Fast indexing and retrieval of FASTA records from flat file databases
|
|
|
|
# LICENSE= unspecified
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/cdbfasta bin/cdbyank
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cdbfasta ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cdbyank ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|