blob: 96c3da40dbbd080470374ae9e198afa1eed9a9f0 (
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
29
30
31
|
# $NetBSD: Makefile,v 1.26 2005/11/05 01:49:34 minskim Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= arka
SUBDIR+= azara
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+= pymol
SUBDIR+= rasmol
SUBDIR+= sewer
SUBDIR+= stride
SUBDIR+= xylem
.include "../mk/bsd.pkg.subdir.mk"
|