a0d00b3020
(pkgsrc change) - Add LICENSE = gnu-gpl-v2 (upstream changes) 2019-07-05 John Elliott * psftools-1.0.13 released. 2019-05-17 John Elliott * zx2psf: Added 'move1' mode to zx2psf - like 'bare' but remaps the pound and copyright to their ISO-8859-1 positions. [Damien Guard] 2019-03-19 John Elliott * psftools-1.0.12 released. * fnt2psf: Changed the Windows 1.x font extract to seek to the character bitmap rather than assuming it directly follows the widths table. 2017-03-17 John Elliott * cpi2psf: Was unable to parse LCD.CPI from Toshiba MS-DOS 3.30, which is slightly out of spec. * Updated GEM codepage now that there's a Unicode dingbat for 'bell'. (U+1F514). 2012-01-81 John Elliott * loadpsf: Support for Wang PC colour and mono video cards. Does not support 'CGDC' or 'IBM emulation' card types. 2010-11-14 John Elliott * Updated build scripts to a more recent autoconf / automake. 2009-05-03 John Elliott * loadpsf: Added support for Compaq Portable plasma displays. 2008-06-21 John Elliott * psftools-1.0.8 released. * psfs2mda: Created new utility to build an MDA character ROM image. * mda2psf: Added a --compaq option to match the --compaq option in psfs2mda(1).
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/11/17 12:35:41 mef Exp $
|
|
#
|
|
|
|
DISTNAME= psftools-1.0.13
|
|
CATEGORIES= sysutils fonts
|
|
MASTER_SITES= http://www.seasip.info/Unix/PSF/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
|
|
COMMENT= Tools for manipulating fixed-width, [typically] console fonts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|