NetBSD/x11/lib/fontconfig/Makefile
lukem 8a1597d78b Fix up botches in X userland from upgrade from XFree86 4.3.0 -> 4.4.0.
(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.
2004-04-28 14:17:55 +00:00

28 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/04/28 14:17:57 lukem Exp $
.include <bsd.own.mk>
SUBDIR= fontconfig src etc
FILES= fontconfig.pc
FILESDIR= ${X11USRLIBDIR}/pkgconfig
CLEANFILES+= ${FILES}
realall: ${FILES}
FONTCONFIGDIR= ${X11SRCDIR.xc}/extras/fontconfig
CONFIG_SUBST= ${HOST_SH} ${FONTCONFIGDIR}/config/config-subst \
prefix="${X11ROOTDIR}" \
exec_prefix="${X11BINDIR}" \
libdir="${X11USRLIBDIR}" \
includedir="${X11INCDIR}" \
hardcode_libdir_flag_spec="-Wl,-rpath,${X11USRLIBDIR}" \
PACKAGE_VERSION="1.0.1"
fontconfig.pc:
${CONFIG_SUBST} < ${FONTCONFIGDIR}/fontconfig.pc.in > ${.TARGET}
.include <bsd.x11.mk>
.include <bsd.prog.mk> # for SCRIPTS
.include <bsd.subdir.mk>