- rgb version 1.0.3 - Include rgb(1) man page from Solaris - rgb version 1.0.2 - Update showrgb man page to better match current implementation - Fix build to work with --with-rgb-db-type={dbm,ndbm} - Also remove #includes of unused headers & convert K&R to ANSI C
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/06/08 14:35:42 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= rgb-1.0.3
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|