diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-28 14:20:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-28 14:20:45 +0000 |
commit | 2aea5c4f06d854bbb8a87c23280c5f19fa0a8b7c (patch) | |
tree | fe843b3f26ad5ced0c83748128c7a4cbd588db4c /graphics/Makefile | |
parent | adafc0d9e7cf1c7ed09a7abdd9f03a1cc8964a0c (diff) |
Add raster3d, a set of tools for generating raster images of proteins
and molecules.
PR: 96444
Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes:
svn path=/head/; revision=160659
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 95b6e1b4104b..1d2c609dbee4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -511,6 +511,7 @@ SUBDIR += quat-gui SUBDIR += quesa SUBDIR += qvplay + SUBDIR += raster3d SUBDIR += ray++ SUBDIR += rayshade SUBDIR += reallyslick |