diff options
author | will <will@FreeBSD.org> | 2000-12-30 10:15:35 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-30 10:15:35 +0800 |
commit | 0021f5e479e322149551265c412519e15bb03402 (patch) | |
tree | 2d33be3ccecce915917006de145764935e436a34 /graphics/Makefile | |
parent | 8a2ef5a40159e160b9024843f518ca1b47deab28 (diff) | |
download | freebsd-ports-gnome-0021f5e479e322149551265c412519e15bb03402.tar.gz freebsd-ports-gnome-0021f5e479e322149551265c412519e15bb03402.tar.zst freebsd-ports-gnome-0021f5e479e322149551265c412519e15bb03402.zip |
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
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 0058e4e84def..4d30479c18e9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -104,6 +104,7 @@ SUBDIR += libflash SUBDIR += libggi SUBDIR += libimg + SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libungif |