blob: c194569c6ea8e49411b2d6fd6f8f89809eb07954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.17 2003/09/27 23:47:20 jschauma Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= bioperl
SUBDIR+= chemtool
SUBDIR+= clustalw
SUBDIR+= fastDNAml
SUBDIR+= gp
SUBDIR+= hmmer
SUBDIR+= mummer
SUBDIR+= nut
SUBDIR+= pdbalign
SUBDIR+= phylip
SUBDIR+= profit
SUBDIR+= puzzle
SUBDIR+= rasmol
SUBDIR+= sewer
SUBDIR+= stride
.include "../mk/bsd.pkg.subdir.mk"
|