blob: 8d55d9d624ce5a1d58a28ff95670828023c84e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.23 2005/03/26 17:06:50 minskim Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= bioperl
SUBDIR+= chemtool
SUBDIR+= clustalw
SUBDIR+= coalesce
SUBDIR+= fastDNAml
SUBDIR+= fluctuate
SUBDIR+= genesplicer
SUBDIR+= glimmer
SUBDIR+= gp
SUBDIR+= hmmer
SUBDIR+= lucy
SUBDIR+= mummer
SUBDIR+= nut
SUBDIR+= pdbalign
SUBDIR+= phylip
SUBDIR+= profit
SUBDIR+= puzzle
SUBDIR+= rasmol
SUBDIR+= sewer
SUBDIR+= stride
SUBDIR+= xylem
.include "../mk/bsd.pkg.subdir.mk"
|