pkgsrc/graphics/ruby-color-tools/Makefile
taca c5bc40fc55 Importing graphics/ruby-color-tools 1.3.0.
color-tools is a Ruby library to provide RGB, CMYK, and other
colourspace support to applications that require it. It also provides
152 named RGB colours. It offers 152 named RGB colours (184 with
spelling variations) that are commonly supported and used in HTML,
SVG, and X11 applications. A technique for generating a monochromatic
contrasting palette is also included.
2010-09-12 01:41:21 +00:00

12 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:41:21 taca Exp $
DISTNAME= color-tools-1.3.0
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-pdf
COMMENT= Provides colour space definition and manpiulation
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"