pkgsrc/graphics/ruby-oily_png/Makefile
taca 6f262a633c Update ruby-oily_png to 1.1.1.
* Bilinear resampling in C.
* Removed debugging printf.
* Set bounds correctly, add tests.
* Store pixels in uint32_t instead of long.
  Saves space and works on 32-bit systems
* Bump chunky_png dependency to 1.2.7.
2014-03-14 17:13:14 +00:00

14 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/03/14 17:13:14 taca Exp $
DISTNAME= oily_png-1.1.1
CATEGORIES= graphics
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://wiki.github.com/wvanbergen/oily_png
COMMENT= Native mixin to speed up ChunkyPNG
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.3.0<1.4:../../graphics/ruby-chunky_png
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"