diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
commit | 8552800cb9176680d70f2b9dcbbc62ce0b4674d8 (patch) | |
tree | b5eb433cd1dd167f0edf4e74cd2f7931fcfc11e9 /graphics/Makefile | |
parent | 0544709853d4ddd43bcfe8a87f3cb8ea5228ff26 (diff) | |
download | ports-8552800cb9176680d70f2b9dcbbc62ce0b4674d8.tar.gz ports-8552800cb9176680d70f2b9dcbbc62ce0b4674d8.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>
Notes
Notes:
svn path=/head/; revision=36451
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 |