summaryrefslogtreecommitdiff
path: root/biology/hmmer/Makefile
blob: 1fec7ac487c08d12fe4002eba045fa2a7d1be95c (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
# New ports collection Makefile for: hmmer
# Version required:	2.0
# Date created:		June 29 1998
# Whom:			barnhart@genetics.wustl.edu
#
# $Id: Makefile,v 1.2 1998/12/09 22:35:04 billf Exp $
#

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

MAINTAINER=	barnhart@genetics.wustl.edu

USE_PERL5=	yes
MAN1=		hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 hmmer.1 hmmpfam.1 hmmsearch.1

WRKSRC=		${WRKDIR}/build/${DISTNAME}

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

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

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>