blob: 7ae357fbd9f6563afaa028df80867cee5e573980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.16 2003/09/27 23:36:59 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
.include "../mk/bsd.pkg.subdir.mk"
|