xorgmkfontdir.mk (332B)
1 # TODO: don't configure, just copy mkfontdir, it's just a single script file. 2 TARG = xorgmkfontdir 3 4 <$mkbuild/mk.common-noinst 5 6 xorgmkfontdir:QV: 7 CC="$CC" ./configure \ 8 --prefix="$PREFIX" \ 9 --mandir="$ROOT/share/man" \ 10 --disable-shared \ 11 --enable-static 12 make -j$nprocs 13 14 install:QV: 15 make -j$nprocs install DESTDIR="$ROOT"