pkgsrc/biology/hmmer/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

18 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/12/05 20:49:51 rillig Exp $
#
DISTNAME= hmmer-2.3.2
CATEGORIES= biology
MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/2.3.2/
MAINTAINER= hdp@cs.nmsu.edu
HOMEPAGE= http://hmmer.wustl.edu/
COMMENT= Implementation of profile HMM software for protein sequence analysis
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
MAKE_FLAGS+= MKDIR=${MKDIR:Q}
.include "../../mk/bsd.pkg.mk"