8ca6b0963e
- Remove unnecessary targets that handled .man.pre files - Add transformations for package-specific patterns in man page templates.
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= showrgb
|
|
|
|
CPPFLAGS+=-DNDBM -DRGB_DB=\"${X11LIBDIR}/rgb\" -DUSE_RGB_TXT
|
|
CPPFLAGS+=-I${X11SRCDIR.rgb}/include
|
|
|
|
X11EXTRAMANDEFS+= -e 's,__RGB_DB__,${X11LIBDIR}/rgb,g; \
|
|
s,__RGB_DB_TYPE__,text,g'
|
|
|
|
FILES= rgb.txt
|
|
FILESDIR=${X11LIBDIR}
|
|
|
|
.PATH: ${X11SRCDIR.rgb}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|