blob: 83ef98f20f9ca13a82f7c92214898b94c834750d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.12 2003/09/26 03:30:26 jschauma Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= bioperl
SUBDIR+= chemtool
SUBDIR+= clustalw
SUBDIR+= fastDNAml
SUBDIR+= gp
SUBDIR+= nut
SUBDIR+= pdbalign
SUBDIR+= phylip
SUBDIR+= puzzle
SUBDIR+= rasmol
.include "../mk/bsd.pkg.subdir.mk"
|