diff options
author | sat <sat@FreeBSD.org> | 2007-04-04 03:43:44 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-04 03:43:44 +0800 |
commit | 6586bcbf02b80ce20a5d0419d64f90d62344e09e (patch) | |
tree | 16696cbc4bc2a96ae02f296db5a47fe47cf2ba4a /graphics/Makefile | |
parent | 3d329db488718586e0ec75f5ea61301758079dab (diff) | |
download | freebsd-ports-gnome-6586bcbf02b80ce20a5d0419d64f90d62344e09e.tar.gz freebsd-ports-gnome-6586bcbf02b80ce20a5d0419d64f90d62344e09e.tar.zst freebsd-ports-gnome-6586bcbf02b80ce20a5d0419d64f90d62344e09e.zip |
Add port graphics/mtpaint:
mtPaint is a simple GTK+1/2 painting program designed for creating icons
and pixel based artwork. It can edit indexed palette or 24 bit RGB images
and offers basic painting and palette manipulation tools. It also has
several other more powerful features such as channels, layers and
animation. Due to its simplicity and lack of dependencies it runs well on
GNU/Linux, Windows and older PC hardware.
WWW: http://mtpaint.sourceforge.net/
Author: Dmitry Groshev <wjaguar@users.sourceforge.net>
Inspired by: chinsan
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 9c860a19a07c..81f2909112d6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -418,6 +418,7 @@ SUBDIR += mirage SUBDIR += morpheus SUBDIR += moth + SUBDIR += mtpaint SUBDIR += multivideo SUBDIR += mxp SUBDIR += netpbm |