summaryrefslogtreecommitdiff
path: root/biology/stride/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-09-27 23:46:55 +0000
committerjschauma <jschauma@pkgsrc.org>2003-09-27 23:46:55 +0000
commitd8446188516c2dceac15b78a84fe470e9ccc4901 (patch)
tree5fa1d14df257fbd1433a1068d75e5d3f49b82952 /biology/stride/Makefile
parentb96187c402f1fba9f60129356f1b782ba9b98f35 (diff)
downloadpkgsrc-d8446188516c2dceac15b78a84fe470e9ccc4901.tar.gz
Initial import of stride, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU. Knowledge-based protein secondary structure assignment from atomic coordinates.
Diffstat (limited to 'biology/stride/Makefile')
-rw-r--r--biology/stride/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/stride/Makefile b/biology/stride/Makefile
new file mode 100644
index 00000000000..9a9b15275b2
--- /dev/null
+++ b/biology/stride/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/27 23:46:55 jschauma Exp $
+#
+
+DISTNAME= stride
+PKGNAME= stride-20030804
+WRKSRC= ${WRKDIR}
+CATEGORIES= biology
+MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/
+
+MAINTAINER= hdp@cs.nmsu.edu
+HOMEPAGE= http://www-db.embl-heidelberg.de/jss/servlet/de.embl.bk.wwwTools.GroupLeftEMBL/argos/stride/stride_info.html
+COMMENT= Protein secondary structure assignment from atomic coordinates
+
+USE_BUILDLINK2= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/stride ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"