diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 18:01:31 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-12 18:01:31 +0000 |
commit | 9ad690c46b722046a7f8ac732c6acdd13c22d4e6 (patch) | |
tree | 6b2360780f29aef94daa8846b15c34c2c9263acb /graphics/Makefile | |
parent | 3aaee5648dc145c4fffb1db888b57031c799d180 (diff) |
Add port graphics/mypaint:
MyPaint is a fast painting/scribbling program. It supports pressure
sensitive graphic tablets and comes with an easy to use brush
collection. There is a complex interface for creating your own brushes,
focusing on brush dynamics (changes with speed, pressure, or randomly).
The canvas size is unlimited and undo is supported, but not layers.
WWW: http://people.ee.ethz.ch/~mrenold/mypaint/
Author: Martin Renold <martinxyz@gmx.ch>
Notes
Notes:
svn path=/head/; revision=193344
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 485a82fae156..123857bb07e8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -419,6 +419,7 @@ SUBDIR += mtpaint SUBDIR += multivideo SUBDIR += mxp + SUBDIR += mypaint SUBDIR += netpbm SUBDIR += netpbm-devel SUBDIR += nip2 |