0a0299558e
2021-01-22 John Elliott * psftools-1.1.1 released. * Core functions added to support the Berkeley Unix vfont format, a variable-width font format that otherwise has similar capabilities to PSF1. * Also supports a new 'vfont2' format, aiming at lossless conversion PSF2 -> vfont2 -> PSF2. * New utilities to support vfont: psf2vfont, vfont2psf, txt2vfont, vfont2txt, vfont2ppm.
17 lines
418 B
Makefile
17 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.11 2021/02/15 07:41:52 fcambus Exp $
|
|
#
|
|
|
|
DISTNAME= psftools-1.1.1
|
|
CATEGORIES= sysutils fonts
|
|
MASTER_SITES= https://www.seasip.info/Unix/PSF/
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://www.seasip.info/Unix/PSF/
|
|
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"
|