02bbd7d274
* Codepages: The PPCGREEK codepage had the two lower-case sigmas the wrong way round. Various other corrections made to the PPCGREEK and PPC860 codepages. * psf2bbc: Converts a PSF font to a BBC Micro soft font. * bbc2psf: Reverses psf2bbc; converts a BBC Micro soft font to PSF. * The BBCMICRO codepage now covers characters 32-255.
18 lines
432 B
Makefile
18 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/07/23 23:47:16 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= psftools-1.0.7
|
|
CATEGORIES= sysutils fonts
|
|
MASTER_SITES= http://www.seasip.info/Unix/PSF/
|
|
|
|
MAINTAINER= bjs@NetBSD.org
|
|
HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
|
|
COMMENT= Tools for manipulating fixed-width, [typically] console fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|