NetBSD/x11/bin/showrgb/Makefile
rtr 6c4b42c91b - move build of showrgb to x11/bin/showrgb
- build and install rgb to destdir
- use host rgb to generate rgb.db database at build time and install it
- fix set list for above

should resolve pr/36836
2008-09-01 10:37:19 +00:00

14 lines
278 B
Makefile

# $NetBSD: Makefile,v 1.1 2008/09/01 10:37:19 rtr Exp $
.include <bsd.own.mk>
PROG= showrgb
CPPFLAGS+=-DNDBM -DRGB_DB=\"${X11LIBDIR}/rgb\"
CPPFLAGS+=-I${X11SRCDIR.xc}/programs/Xserver/include
.PATH: ${X11SRCDIR.xc}/programs/rgb
.include <bsd.x11.mk>
.include <bsd.prog.mk>