freebsd-ports/biology/hmmer/Makefile

38 lines
882 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 00:58:03 -04:00
# $FreeBSD$
#
PORTNAME= hmmer
2001-08-22 09:18:10 -04:00
PORTVERSION= 2.2.g
CATEGORIES= biology
2001-08-22 09:18:10 -04:00
MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/${VERSIONSTRING}/
DISTNAME= ${PORTNAME}-${VERSIONSTRING}
MAINTAINER= wjv@FreeBSD.org
GNU_CONFIGURE= yes
USE_PERL5= yes
2001-08-22 09:18:10 -04:00
VERSIONSTRING= ${PORTVERSION:C|\.([^.]*)$|\1|}
2001-08-22 09:18:10 -04: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 09:18:10 -04:00
@ ${MKDIR} ${DOCSDIR}
.for docfile in ${DOCFILES}
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.if !defined(BATCH)
2000-01-29 15:01:39 -05:00
@ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>