From 16372c38e8ca931c76a42c36e0952a1e4cd8b7a0 Mon Sep 17 00:00:00 2001 From: bjs Date: Mon, 19 Nov 2007 04:58:15 +0000 Subject: Import psftools-1.0.5. The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2 (any width) formats are supported; the default output format is PSF2. Note that these programs share no code with the Linux console utilities (kbd). NOTE: One may use the psf2txt utility to generate data for inclusion in NetBSD's (or OpenBSD's) wscons built-in kernel font headers. Currently, the output requires some additional processing; I may add additional functionality in the future, though anyone who wishes to contribute patches is encouraged to do so! ;) --- sysutils/psftools/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sysutils/psftools/Makefile (limited to 'sysutils/psftools/Makefile') diff --git a/sysutils/psftools/Makefile b/sysutils/psftools/Makefile new file mode 100644 index 00000000000..9affc22408a --- /dev/null +++ b/sysutils/psftools/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/19 04:58:15 bjs Exp $ +# + +DISTNAME= psftools-1.0.5 +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" -- cgit v1.2.3