diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 22:04:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 22:04:26 +0000 |
commit | 11bd228fd1c21cd084f2b277783b8124a6fbcc27 (patch) | |
tree | 3dfc28d7cd2ceddf7a79139dcc9c8e930b1d4f52 /graphics/Makefile | |
parent | c6e2c51beb1002dd25a1e0e1a5260a3092b5343a (diff) | |
download | ports-11bd228fd1c21cd084f2b277783b8124a6fbcc27.tar.gz ports-11bd228fd1c21cd084f2b277783b8124a6fbcc27.zip |
New port: optipng-0.4.2
OptiPNG is a PNG optimizer that recompresses the image files to
a smaller size, without losing any information.
PR: 54260
Submitted by: Thomas Hurst <freaky@aagh.net>
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85489
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 0eeedd168624..62a311e377a8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -235,6 +235,7 @@ SUBDIR += opengl-man SUBDIR += openrm SUBDIR += ophoto + SUBDIR += optipng SUBDIR += osg SUBDIR += osgedit SUBDIR += p5-Chart-PNGgraph |