summaryrefslogtreecommitdiff
path: root/biology/hmmer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/hmmer/Makefile')
-rw-r--r--biology/hmmer/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile
new file mode 100644
index 00000000000..db1c4d7d724
--- /dev/null
+++ b/biology/hmmer/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 03:52:47 jschauma Exp $
+#
+
+DISTNAME= hmmer-2.3.1
+WRKSRC= ${WRKDIR}/hmmer-2.3.1
+CATEGORIES= biology
+MASTER_SITES= ftp://ftp.genetics.wustl.edu/pub/eddy/hmmer/2.3.1/
+
+MAINTAINER= hdp@cs.nmsu.edu
+HOMEPAGE= http://hmmer.wustl.edu
+COMMENT= Implementation of profile HMM software for protein sequence analysis
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"