1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/biology/hmmer/Makefile

40 lines
969 B
Makefile
Raw Normal View History

# New ports collection Makefile for: hmmer
# Date created: June 29 1998
# Whom: barnhart@genetics.wustl.edu
#
1999-08-25 04:58:03 +00:00
# $FreeBSD$
#
PORTNAME= hmmer
2001-08-22 13:18:10 +00:00
PORTVERSION= 2.2.g
PORTREVISION= 1
CATEGORIES= biology
2001-08-22 13:18:10 +00:00
MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/${VERSIONSTRING}/
DISTNAME= ${PORTNAME}-${VERSIONSTRING}
MAINTAINER= wjv@FreeBSD.org
COMMENT= Profile hidden Markov models for biological sequence analysis
GNU_CONFIGURE= yes
USE_PERL5= yes
2001-08-22 13:18:10 +00:00
VERSIONSTRING= ${PORTVERSION:C|\.([^.]*)$|\1|}
2001-08-22 13:18:10 +00:00
DOCFILES= 00README COPYRIGHT NOTES Userguide.pdf
MAN1= afetch.1 alistat.1 hmmalign.1 hmmbuild.1 hmmcalibrate.1 \
hmmconvert.1 hmmemit.1 hmmer.1 hmmfetch.1 hmmindex.1 \
hmmpfam.1 hmmsearch.1 seqstat.1 sfetch.1 shuffle.1 \
sreformat.1
post-install:
.if !defined(NOPORTDOCS)
2001-08-22 13:18:10 +00:00
@ ${MKDIR} ${DOCSDIR}
.for docfile in ${DOCFILES}
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.if !defined(BATCH)
2000-01-29 20:01:39 +00:00
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>