+++ /dev/null
-These programs can be used to dump a console font file to human readable
-form for editing, and then converted back to a raw font file.
+++ /dev/null
-# $NetBSD: Makefile,v 1.2 2012/09/28 23:21:48 asau Exp $
-
-DISTNAME= fontedit-1.1
-CATEGORIES= sysutils
-MASTER_SITES= http://www.bensmithurst.com/tarballs/
-
-MAINTAINER= lkundrak@skosi.org
-COMMENT= Converts console fonts between binary and editable
-
-
-.include "../../mk/bsd.pkg.mk"
+++ /dev/null
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-bin/fontdump
-bin/fontmake
+++ /dev/null
-$NetBSD: distinfo,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-
-SHA1 (fontedit-1.1.tar.gz) = e83bf55a25a95444e972e7ab1380d9fd81d69b4c
-RMD160 (fontedit-1.1.tar.gz) = 47e98df9522eb98c0240ec516a310b0dc75f753c
-Size (fontedit-1.1.tar.gz) = 1658 bytes
-SHA1 (patch-aa) = efeb4a5ea88d43b8927f415ade15094f740feecc
+++ /dev/null
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-
---- Makefile.orig 2000-06-24 02:55:43.000000000 +0200
-+++ Makefile
-@@ -2,4 +2,2 @@
-
--CFLAGS += -g -Wall
--
- all: fontdump fontmake
-@@ -9,4 +7,6 @@ font: fontmake out
-
--install: font
-- vidcontrol -f 8x16 font
-+install: fontdump fontmake
-+ ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/bin
-+ ${BSD_INSTALL_PROGRAM} fontdump ${PREFIX}/bin
-+ ${BSD_INSTALL_PROGRAM} fontmake ${PREFIX}/bin
-