diff options
author | sat <sat@FreeBSD.org> | 2007-06-11 04:23:30 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-11 04:23:30 +0800 |
commit | 7c03cce80b5967bbb5e8d8e71e98cd882222afcb (patch) | |
tree | 4b8aee112563f8631fac075a1f465d2ad264c40d /graphics/Makefile | |
parent | 0d332b52fd35b0364d6aeca093aca5ac2ae22981 (diff) | |
download | freebsd-ports-gnome-7c03cce80b5967bbb5e8d8e71e98cd882222afcb.tar.gz freebsd-ports-gnome-7c03cce80b5967bbb5e8d8e71e98cd882222afcb.tar.zst freebsd-ports-gnome-7c03cce80b5967bbb5e8d8e71e98cd882222afcb.zip |
Add port graphics/gx:
gx is a small image viewer for Unix written in C++ (using gtkmm). It
can rotate, rescale, and zoom in/out an image.
WWW: http://perticone.homelinux.net/sergio/c++/gx/
Author: Sergio Perticone <gall0ws@tiscali.it>
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 cdc1c04c3b07..39eaa62b3f1c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -252,6 +252,7 @@ SUBDIR += guilib SUBDIR += gview SUBDIR += gwenview + SUBDIR += gx SUBDIR += hobbes-icons-xpm SUBDIR += hpoj SUBDIR += hppsmtools |