diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-03-24 03:34:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-03-24 03:34:26 +0800 |
commit | 76ab09aed94453efa0ac1229cee56139de3b4938 (patch) | |
tree | c50d51215d97aabaa505658b0be7b717235eb473 /graphics/Makefile | |
parent | a9a6b89f8ba9c124dad9eec3bc9b9558e8a4ee80 (diff) | |
download | freebsd-ports-gnome-76ab09aed94453efa0ac1229cee56139de3b4938.tar.gz freebsd-ports-gnome-76ab09aed94453efa0ac1229cee56139de3b4938.tar.zst freebsd-ports-gnome-76ab09aed94453efa0ac1229cee56139de3b4938.zip |
ImageViewer is a small application which display images based on the
GNUstep API. In the future I will add image catalogue creation and
other goodies, right now it is what it is, an image viewer application.
WWW: http://www.nice.ch/~phip/softcorner.html#img
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 2f0e5b74d5af..f4d88722a3e2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -145,6 +145,7 @@ SUBDIR += icontact SUBDIR += imageindex SUBDIR += imagesort + SUBDIR += imageviewer SUBDIR += imc SUBDIR += imlib SUBDIR += imlib2 |