pkgsrc/fonts/uw-ttyp0/Makefile
nia b3e4a54a26 uw-ttyp0: install to its own fonts directory
this allows the directory to be easily added to the x11 serverside fonts
path with xset while not conflicting with misc-fixed terminus etc

still works as expected with fontconfig/xft
2020-09-23 11:59:18 +00:00

26 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/09/23 11:59:18 nia Exp $
DISTNAME= uw-ttyp0-1.3
PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
MAINTAINER= nia@NetBSD.org
HOMEPAGE= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
COMMENT= Monospace bitmap screen fonts for X11
LICENSE= ttyp0-license AND mit
TOOL_DEPENDS+= bdftopcf-[0-9]*:../../fonts/bdftopcf
USE_TOOLS+= gmake perl gzip
USE_LANGUAGES= # none
HAS_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= PCFDIR=${PREFIX}/share/fonts/X11/uw-ttyp0
# Otherwise fontconfig picks fonts with less character support...
MAKE_FLAGS+= ENCODINGS=uni
.include "../../mk/bsd.pkg.mk"