summaryrefslogtreecommitdiff
path: root/biology/hmmer/Makefile
blob: d30140a70737f27824ba5f488af8c2e861e05238 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection Makefile for: hmmer
# Version required:	2.0
# Date created:		June 29 1998
# Whom:			barnhart@genetics.wustl.edu
#
# $Id: Makefile,v 1.3 1999/01/02 00:12:17 asami Exp $
#

DISTNAME=	hmmer-2.1.1
CATEGORIES=	biology
MASTER_SITES=	ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	barnhart@genetics.wustl.edu

GNU_CONFIGURE=	yes

USE_PERL5=	yes
MAN1=		hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 \
		hmmer.1 hmmpfam.1 hmmsearch.1 hmmfetch.1 hmmindex.1 alistat.1 \
		getseq.1 seqstat.1 sreformat.1

post-build:
	@ strip ${WRKSRC}/binaries/*
	@ make test

test:
	@(cd ${WRKSRC}; make check)

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/hmmer
	${INSTALL_MAN} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer
.endif
	@ ${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>