102c17a1e8
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
14 lines
396 B
Makefile
14 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/11/02 22:38:04 rillig Exp $
|
|
|
|
DISTNAME= oily_png-1.2.1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= https://github.com/wvanbergen/chunky_png/wiki
|
|
COMMENT= Native mixin to speed up ChunkyPNG
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.3.1<1.4:../../graphics/ruby-chunky_png
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|