diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-19 04:58:15 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-19 04:58:15 +0000 |
commit | 16372c38e8ca931c76a42c36e0952a1e4cd8b7a0 (patch) | |
tree | 233b02af8df81b84e7cc6125ba342b9518d86ec7 /sysutils/psftools/Makefile | |
parent | 3a7155e12ad91c52a54b9a1015cb6b2316588cb7 (diff) | |
download | pkgsrc-16372c38e8ca931c76a42c36e0952a1e4cd8b7a0.tar.gz |
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! ;)
Diffstat (limited to 'sysutils/psftools/Makefile')
-rw-r--r-- | sysutils/psftools/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |