02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
15 lines
276 B
Makefile
15 lines
276 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/02/16 15:51:47 wiz Exp $
|
|
#
|
|
|
|
COMMENT= Software for the biological sciences
|
|
|
|
SUBDIR+= bioperl
|
|
SUBDIR+= chemtool
|
|
SUBDIR+= clustalw
|
|
SUBDIR+= fastDNAml
|
|
SUBDIR+= nut
|
|
SUBDIR+= phylip
|
|
SUBDIR+= puzzle
|
|
SUBDIR+= rasmol
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|