311bb27ceb
This library provides an unified way to recalculate colors in order to present alternative views on images for colorblind people.
20 lines
448 B
Makefile
20 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/01/31 11:08:58 obache Exp $
|
|
#
|
|
|
|
DISTNAME= colorblind-0.0.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://alioth.debian.org/frs/download.php/1952/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://colorblind.alioth.debian.org/
|
|
COMMENT= Pixel Filter for colorblind accessibility
|
|
LICENSE= public-domain
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|