blob: ea5d6825762a9c93f6247aee1eeee38c9761ef92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.15 2014/10/09 14:06:00 wiz Exp $
#
DISTNAME= hmmer-3.0
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} \
http://selab.janelia.org/software/hmmer3/3.0/ \
ftp://selab.janelia.org/pub/software/hmmer3/3.0/
MAINTAINER= hdp@cs.nmsu.edu
HOMEPAGE= http://hmmer.janelia.org/
COMMENT= Implementation of profile HMM software for protein sequence analysis
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
MAKE_FLAGS+= MKDIR=${MKDIR:Q}
.include "../../mk/bsd.pkg.mk"
|