blob: ba593eb3f94a2f0518c457b773fb73bde871c2e0 (
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
|
# New ports collection makefile for: tRNAscan-SE
# Date created: 15 Jan 2002
# Whom: chuynh@biolateral.com.au
#
# $FreeBSD$
#
PORTNAME= tRNAscan-SE
PORTVERSION= 1.21
CATEGORIES= biology
MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/software/
EXTRACT_SUFX= .tar.Z
MAINTAINER= chuynh@biolateral.com.au
COMMENT= An improved tool for transfer RNA detection
MAN1= tRNAscan-SE.1
USE_PERL5= yes
#
# have to install before testing as path to data files is hardcoded
#
post-install:
@ cd ${WRKSRC} && $(MAKE) testrun
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Manual.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>
|