# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit font DESCRIPTION="pxl2000 is focused in readability through terminals, visually distinct characters L, l, 1, 7, |, I, i and 0, O, Ø, o, ø" HOMEPAGE="http://userpage.fu-berlin.de/~cantsin/homepage/computing/hacks/pxl2000/README.html" SRC_URI="http://userpage.fu-berlin.de/~cantsin/homepage/computing/hacks/pxl2000/${P}.tar.gz" SLOT=0 LICENSE="GPL-2" KEYWORDS="amd64 x86" DEPEND="virtual/x11" RDEPEND="" IUSE="" FONT_SUFFIX="pcf" DOCS="COPYING INSTALL NEWS README* TODO" pkg_postinst() { einfo "" ewarn "Make sure to edit /etc/X11/xorg.conf and" ewarn "insert the above line in 'Section Files'" einfo "" einfo "FontPath \"/usr/share/fonts/pxl2000"\" einfo "" einfo "This font will be avaliable after restart xserver/xorg" einfo "" }