diff options
author | sat <sat@FreeBSD.org> | 2007-06-13 02:01:31 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-13 02:01:31 +0800 |
commit | 0871ddc6f494d2cbb74048e76c04f8357289f452 (patch) | |
tree | 1bee1c53afb716abe36340ffa6321ba37ae02d2f /graphics/Makefile | |
parent | 8d114ed8f1b18d6f089d0d0b74c523d9f1b70135 (diff) | |
download | freebsd-ports-gnome-0871ddc6f494d2cbb74048e76c04f8357289f452.tar.gz freebsd-ports-gnome-0871ddc6f494d2cbb74048e76c04f8357289f452.tar.zst freebsd-ports-gnome-0871ddc6f494d2cbb74048e76c04f8357289f452.zip |
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>
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 |