blob: 492194c4702c64bfa10c7c09b259a61e306d3c37 (
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
|
# $NetBSD: Makefile,v 1.22 2003/10/04 19:16:29 jschauma 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+= 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"
|