b1be5d5e17
From Bug Hunting in PR pkg/45761 Changes since version 4.28: Version 4.36: * Removed the rarely used cm2 variant. * Added new ll2 variant with more distinctive l. * Added quotereversed (201B), quotedblreversed (201F), I/i/U/u dotbelow (1ECA, 1ECB, 1EE4, 1EE5). * Moved all quotes and alike in size 32 one line down. * Small fixes and improvements (t commaaccent, quotes alignment etc. in some sizes). * Windows installation: creates the relevant registry key. Version 4.35: * Added hi2 variant for size 18. * Fixes in size 18: normal V, normal W, bold X, H stroke, some pseudographic characters and the *NIX installation. Version 4.34: * Added size 10x18. * Small fixes and improvements in section, multiply, Eng/eng, Dje, dje, house, male, zeta and various characters in the different sizes. * The default cyrillic ghe is now ge1, with ge2 available as an option. Version 4.32: * Slightly more distintive normal M and W. * Rounded 28-bold, 32-normal, 32-bold. Also removed the 32-normal kx2 style. * Small changes: Che/che stroke, phi, Zhe/zhe etc. * Linux console: the default bold is now framebuffer. * Smaller Makefile, GNU make required. * Changed the font license to SIL OFL 1.1. It's FSF approved, no need to worry. * And, as you can see, Terminus Font is now on sourceforge. Version 4.30: * Added size 22 (not very good). * Added another 25 characters. * Various small fixes and improvements. * Changed the default prefix and x11dir.
26 lines
630 B
Makefile
26 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/02/02 21:17:40 asau Exp $
|
|
#
|
|
|
|
DISTNAME= terminus-font-4.36
|
|
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= open-font-license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= bdftopcf gmake gzip perl
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --x11dir=${PREFIX}/lib/X11/fonts/misc
|
|
|
|
BUILD_TARGET= pcf
|
|
INSTALL_TARGET= install-pcf
|
|
|
|
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/misc
|
|
REQD_DIRS+= ${PREFIX}/lib/X11/fonts/misc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|