pkgsrc/graphics/ruby-color-japanese/Makefile
taca 079ee56044 Importing graphics/ruby-color-tools 1.0.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:43:31 +00:00

17 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:43:31 taca Exp $
DISTNAME= color-japanese-1.0.0
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://color-japanese.rubyforge.org/
COMMENT= Defines RGB value for Japanese color names
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-color-tools>0:../../graphics/ruby-color-tools
DEPENDS+= ${RUBY_PKGPREFIX}-hoe>=1.2.0:../../devel/hoe
CONFLICTS+= ruby[1-9][0-9]-color-japanese-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"