diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-19 18:51:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-19 18:51:16 +0000 |
commit | e4da7811baa8acb046821f4a6d7f91d62e95f078 (patch) | |
tree | 529f8057b9e240a128953e94df7aa35f4ace9699 /biology/fasta | |
parent | f257e1ad165c8664efaf600779ce01b5b7743acc (diff) | |
download | ports-e4da7811baa8acb046821f4a6d7f91d62e95f078.tar.gz ports-e4da7811baa8acb046821f4a6d7f91d62e95f078.zip |
Notes
Diffstat (limited to 'biology/fasta')
-rw-r--r-- | biology/fasta/Makefile | 22 | ||||
-rw-r--r-- | biology/fasta/pkg-descr | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index cf6389f61ed6..ab8f8bef7fa5 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fasta -# Date created: 29 January 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# +# Created by: Johann Visagie <johann@egenetics.com> # $FreeBSD$ -# PORTNAME= fasta PORTVERSION= 21.1.1 @@ -13,7 +9,7 @@ MASTER_SITES= http://faculty.virginia.edu/wrpearson/fasta/fasta2/ \ EXTRACT_SUFX= .shar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of programs for searching DNA and protein databases +COMMENT= Collection of programs for searching DNA and protein databases NO_CDROM= May not be sold or incorporated into a commercial product WRKSRC= ${WRKDIR}/fasta @@ -27,21 +23,25 @@ MLINKS= fasta.1 tfasta.1 fasta.1 lfasta.1 fasta.1 plfasta.1 \ fasta.1 fastx.1 fasta.1 tfastx.1 \ align.1 align0.1 lalign.1 plalign.1 +PORT_OPTIONS= DOCS + do-extract: @ ${RM} -rf ${WRKDIR} @ ${MKDIR} ${WRKSRC} - @ for file in ${EXTRACT_ONLY}; do \ - cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${file} | ${SH} >/dev/null); \ + @ for f in ${EXTRACT_ONLY}; do \ + cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${f} | ${SH} >/dev/null); \ done +.include <bsd.port.options.mk> + post-install: .for manpage in ${MAN1} - @ ${INSTALL_MAN} ${WRKSRC}/${manpage} ${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${manpage} ${MAN1PREFIX}/man/man1/ .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @ ${MKDIR} ${DOCSDIR} .for docfile in ${FASTA_DOCS} - @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif diff --git a/biology/fasta/pkg-descr b/biology/fasta/pkg-descr index f81fc5fd62d7..4ed94b5e2538 100644 --- a/biology/fasta/pkg-descr +++ b/biology/fasta/pkg-descr @@ -15,4 +15,4 @@ Methods in Enzymology 183:63- 98). The FASTA2 suite is distributed freely subject to the condition that it may not be sold or incorporated into a commercial product. -WWW: http://fasta.bioch.virginia.edu/ +WWW: http://fasta.bioch.virginia.edu/ |