93e17e300c
most sense to me to bump the revision if there're changes). I thought it would be nice to have this in pkgsrc for the upcoming release. In this release: The author of psftools, John Elliot <jce@seasip.demon.co.uk>, has kindly written a utility for the NetBSD community which produces wsfont kernel headers from psf-format fonts-- and does a fantastic job of it, at that. If you're interested, install this package and see the psf2bsd(1) manual page. Also in this update: * psf2wyse: New utility to convert a PSF to a soft font that can be uploaded into a Wyse-60 or compatible terminal. * wyse2psf: Reverses psf2wyse; converts a Wyses soft font to PSF.
19 lines
466 B
Makefile
19 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/12/31 23:38:29 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= psftools-1.0.6-rc1
|
|
PKGNAME= ${DISTNAME:S/-rc1//}
|
|
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"
|