diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-09 22:06:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-09 22:06:11 +0000 |
commit | c32952a6b0f4cd49cd62e9f7f66473c18ca7dd94 (patch) | |
tree | d3a68d04cae8a940359142d09da2e7bc04641b0e /graphics/Makefile | |
parent | 77e34ba788a4423955e7e775dec06d709c86715b (diff) |
Add port graphics/gimmage:
Gimmage is a simple image viewer that aims to have a minimalist
interface and tries to be keyboard operable for browsing through a
large number of images quickly. It is appropriate for command line
usage as it accepts directories and image filenames as arguments. It
has an in-application file browser that allows users to select and
drag images and directories into the image viewing area in order to
have them displayed.
WWW: http://gimmage.berlios.de/
Author: Bartek Kostrzewa
Notes
Notes:
svn path=/head/; revision=193129
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 b9044d082c0d..c1c7ae21d7de 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -181,6 +181,7 @@ SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimageview + SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-app-devel |