diff options
author | dillon <dillon@FreeBSD.org> | 2002-06-17 14:24:23 +0800 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2002-06-17 14:24:23 +0800 |
commit | ead88b97bf14bf09e817e33815c4d8592af90b97 (patch) | |
tree | 69a8eb384e41d43c146eb2bb140f9b6276cc0c4e /graphics/Makefile | |
parent | 5a16f7e163a1d3a012b6015278f72c61d0ec2de2 (diff) | |
download | freebsd-ports-gnome-ead88b97bf14bf09e817e33815c4d8592af90b97.tar.gz freebsd-ports-gnome-ead88b97bf14bf09e817e33815c4d8592af90b97.tar.zst freebsd-ports-gnome-ead88b97bf14bf09e817e33815c4d8592af90b97.zip |
Initial checking of the 'crw' port. This program converts the RAW Canon
digital camera format into something gimp or ImageMagick can process.
The program was originally written by Dave Coffin <dcoffin@shore.net>,
who gave me permission to make a port out of it. I've made extensive
modifications to the program's algorithms.
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 68cae2d7dc20..87fab5e27853 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -23,6 +23,7 @@ SUBDIR += chbg SUBDIR += claraocr SUBDIR += cqcam + SUBDIR += crw SUBDIR += cthumb SUBDIR += cybervrml97 SUBDIR += dc20ctrl |