8a1597d78b
(All paths are relative to usr/X11R6) * Obsolete: bin/fontconfig-config * Add directories: lib/X11/locale/zh_CN.UTF-8 lib/X11/xkb/geometry/ibm * Rename include/freetype2/ft2build.h to include/ft2build.h and obsolete former * Add files: fonttosfnt(1) program & man page include/expat.h lib/X11/app-defaults/XClock-color lib/X11/fonts/TTF/Vera*.ttf some font encodings zn_CN.UTF-8 locale some font encodings various xkb config files lib/X11/xedit/lisp/progmodes/patch.lsp Xfontcache(3) and various links XDGA(3) and various links XRes(3) and various links Xss(3) and various XScreenSaver*(3) links * Add some more TODO items * Clean up lib/expat build now that the version is hard coded.
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/04/28 14:17:57 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= XRes
|
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
|
|
|
SRCS= XRes.c
|
|
|
|
MAN= XRes.3
|
|
MLINKS= XRes.3 XResQueryClientPixmapBytes.3 \
|
|
XRes.3 XResQueryClientResources.3 \
|
|
XRes.3 XResQueryClients.3 \
|
|
XRes.3 XResQueryExtension.3 \
|
|
XRes.3 XResQueryVersion.3
|
|
|
|
CPPFLAGS+= ${X11FLAGS.THREADLIB}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|