cdf1dd1a33
A version of this font is now the FreeBSD console font, see http://svnweb.freebsd.org/base?view=revision&revision=267109 Changes in 4.39: Added ballot, checkmark, heavy ballot and heavy checkmark. Changed HT, LF etc. in sizes 14 and 18-hi2 to be proportional to the letter height, not the matrix height. Added the powerline characters E0A0..E0A2 and E0B0..E0B3. Added diameter (2300) - same gluph as empty set (2205). Small improvements in size 32.
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2014/06/07 23:59:48 wiz Exp $
|
|
|
|
DISTNAME= terminus-font-4.39
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=terminus-font/}
|
|
|
|
MAINTAINER= j+pkgsrc@salmi.ch
|
|
HOMEPAGE= http://terminus-font.sourceforge.net/
|
|
COMMENT= Clean, fixed-width font
|
|
LICENSE= ofl-v1.1
|
|
|
|
USE_TOOLS+= bdftopcf gmake gzip perl
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --x11dir=${PREFIX}/share/fonts/X11/misc
|
|
|
|
BUILD_TARGET= pcf
|
|
INSTALL_TARGET= install-pcf
|
|
|
|
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc
|
|
REQD_DIRS+= ${PREFIX}/share/fonts/X11/misc
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
EGDIR= ${PREFIX}/share/examples/terminus-font
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/terminus-font
|
|
DOCFILES= AUTHORS CHANGES OFL.TXT README README-BG
|
|
|
|
FCCONFDIR= ${PKG_SYSCONFDIR}/fontconfig/conf.d
|
|
MAKE_DIRS+= ${FCCONFDIR}
|
|
|
|
CONF_FILES= ${EGDIR}/75-yes-terminus.conf \
|
|
${FCCONFDIR}/75-yes-terminus.conf
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
post-install:
|
|
set -e; cd ${WRKSRC}; \
|
|
${INSTALL_DATA} ${DOCFILES} ${DESTDIR}${DOCDIR}; \
|
|
${INSTALL_DATA} 75-yes-terminus.conf ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|