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.
18 lines
435 B
Makefile
18 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/04/28 14:17:56 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= fonttosfnt
|
|
SRCS= fonttosfnt.c read.c write.c struct.c util.c
|
|
|
|
CPPFLAGS+= -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
|
|
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/fonts
|
|
|
|
LDADD+= -lfreetype -lfontenc -lz -lm
|
|
DPADD+= ${LIBFREETYPE} ${LIBFONTENC} ${LIBZ} ${LIBM}
|
|
|
|
.PATH: ${X11SRCDIR.xc}/programs/${PROG}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|