diff options
author | danfe <danfe@FreeBSD.org> | 2017-02-28 20:06:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-02-28 20:06:09 +0800 |
commit | e226f19312c37a5086aa7eca08193d272203ea6a (patch) | |
tree | c11dc0547b6d79e541c8a181baaef7472774af5b /graphics/Makefile | |
parent | 27ba53270418b6bc673aaad713b8558aca049bfb (diff) | |
download | freebsd-ports-gnome-e226f19312c37a5086aa7eca08193d272203ea6a.tar.gz freebsd-ports-gnome-e226f19312c37a5086aa7eca08193d272203ea6a.tar.zst freebsd-ports-gnome-e226f19312c37a5086aa7eca08193d272203ea6a.zip |
AzPainter is a full color painting application for Unix-like systems for
illustration drawing. This is not suitable for dot editing. Since the
color is handled internally with 16-bit precision (15-bit fixed point),
color accuracy is increased at the expense of more memory being consumed.
WWW: http://azsky2.html.xdomain.jp/linux/azpainter/
TIMESTAMP (azpainter-2.0.2.tar.bz2) = 1487462397
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 48b36750fd1d..c07a78bb33b7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -63,6 +63,7 @@ SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam + SUBDIR += azpainter SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode |