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.
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/04/28 14:17:57 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= expat
|
|
DIST= ${X11SRCDIR.xc}/lib/${LIB}
|
|
.PATH: ${DIST}
|
|
.PATH: ${X11SRCDIR.xc}/extras/expat/lib
|
|
|
|
SRCS= xmlparse.c xmlrole.c xmltok.c
|
|
|
|
INCS= expat.h
|
|
INCSDIR=${X11INCDIR}
|
|
|
|
CPPFLAGS+= -DXML_BYTE_ORDER=0 -I${DIST}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|