116c418a90
This release includes contributions by Daphne Pfister to resynchronize the X11 color name list with the CSS color name list that has forked from ours, and also includes a couple minor improvements to the showrgb program and to the build configuration.
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/11/08 21:59:21 wiz Exp $
|
|
|
|
DISTNAME= rgb-1.0.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= RGB color database
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|