1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11-fonts/Makefile
Thomas Abthorpe a19e847c3b The proggy programmer's fonts (Proggy Clean, Proggy Square, Proggy Small,
and Proggy Tiny) are a set of fixed-width screen fonts that are designed
for code listings. Each font only comes in one size that it looks good at.
The fonts were optimized while coding in C or C++. For this reason,
characters like the '*' were placed vertically centered, as '*' usually
means dereference or multiply, but never 'to the power of' like in Fortran.
The {}s are centered horizontally (as the author's coding style aligns
braces vertically), the zero looks different from the capital oh, and there
is never any confusion between ells, ones, and eyes. Additionally, the
arithmetic operators (+ - * < >) are all axis aligned.

Author: Tristan Grimmer
WWW: http://www.proggyfonts.com/

PR:		ports/151652
Submitted by:	Raphael Kubo da Costa <kubito at gmail.com>
2010-10-25 18:03:59 +00:00

162 lines
4.2 KiB
Makefile

# $FreeBSD$
#
COMMENT = X11 fonts and font utilities
SUBDIR += Xg
SUBDIR += arkpandora
SUBDIR += artwiz-aleczapka
SUBDIR += artwiz-aleczapka-de
SUBDIR += artwiz-aleczapka-se
SUBDIR += artwiz-fonts
SUBDIR += avifonts
SUBDIR += bdfresize
SUBDIR += bdftopcf
SUBDIR += bitmap-fonts
SUBDIR += bitstream-vera
SUBDIR += c64bdf
SUBDIR += code2000
SUBDIR += code2001
SUBDIR += cyberbit-ttfonts
SUBDIR += cyr-rfx
SUBDIR += dejavu
SUBDIR += droid-fonts-ttf
SUBDIR += ecofont
SUBDIR += encodings
SUBDIR += etlfonts
SUBDIR += farsifonts
SUBDIR += fntsample
SUBDIR += font-adobe-100dpi
SUBDIR += font-adobe-75dpi
SUBDIR += font-adobe-utopia-100dpi
SUBDIR += font-adobe-utopia-75dpi
SUBDIR += font-adobe-utopia-type1
SUBDIR += font-alias
SUBDIR += font-arabic-misc
SUBDIR += font-bh-100dpi
SUBDIR += font-bh-75dpi
SUBDIR += font-bh-lucidatypewriter-100dpi
SUBDIR += font-bh-lucidatypewriter-75dpi
SUBDIR += font-bh-ttf
SUBDIR += font-bh-type1
SUBDIR += font-bitstream-100dpi
SUBDIR += font-bitstream-75dpi
SUBDIR += font-bitstream-speedo
SUBDIR += font-bitstream-type1
SUBDIR += font-cronyx-cyrillic
SUBDIR += font-cursor-misc
SUBDIR += font-daewoo-misc
SUBDIR += font-dec-misc
SUBDIR += font-gost
SUBDIR += font-ibm-type1
SUBDIR += font-isas-misc
SUBDIR += font-jis-misc
SUBDIR += font-micro-misc
SUBDIR += font-misc-cyrillic
SUBDIR += font-misc-ethiopic
SUBDIR += font-misc-meltho
SUBDIR += font-misc-misc
SUBDIR += font-mutt-misc
SUBDIR += font-schumacher-misc
SUBDIR += font-screen-cyrillic
SUBDIR += font-sony-misc
SUBDIR += font-sun-misc
SUBDIR += font-util
SUBDIR += font-winitzki-cyrillic
SUBDIR += font-xfree86-type1
SUBDIR += fontcacheproto
SUBDIR += fontconfig
SUBDIR += fontconfig-reference
SUBDIR += fontmatrix
SUBDIR += fonts-indic
SUBDIR += fonts-te
SUBDIR += fontsproto
SUBDIR += fonttosfnt
SUBDIR += freefont-ttf
SUBDIR += freefonts
SUBDIR += fslsfonts
SUBDIR += geminifonts
SUBDIR += gentium
SUBDIR += gentium-basic
SUBDIR += getbdf
SUBDIR += gfe
SUBDIR += gnome-font-sampler
SUBDIR += gnu-unifont
SUBDIR += gnu-unifont-ttf
SUBDIR += inconsolata-ttf
SUBDIR += indic-ttf
SUBDIR += intlfonts
SUBDIR += isabella
SUBDIR += jmk-x11-fonts
SUBDIR += junicode
SUBDIR += kaputa
SUBDIR += khmeros
SUBDIR += lfpfonts-fix
SUBDIR += lfpfonts-var
SUBDIR += libFS
SUBDIR += libXfont
SUBDIR += libXfontcache
SUBDIR += libXft
SUBDIR += liberation-fonts-ttf
SUBDIR += libfontenc
SUBDIR += linux-f10-fontconfig
SUBDIR += linux-f8-fontconfig
SUBDIR += linux-fontconfig
SUBDIR += linuxlibertine
SUBDIR += manu-gothica
SUBDIR += mgopen
SUBDIR += mkbold
SUBDIR += mkbold-mkitalic
SUBDIR += mkfontdir
SUBDIR += mkfontscale
SUBDIR += mkitalic
SUBDIR += mondulkiri
SUBDIR += montecarlo_fonts
SUBDIR += moveable-type-fonts
SUBDIR += mozilla-fonts
SUBDIR += nexfontsel
SUBDIR += nucleus
SUBDIR += p5-Font-AFM
SUBDIR += p5-Font-TTF
SUBDIR += p5-Font-TTFMetrics
SUBDIR += p5-type1inst
SUBDIR += padauk
SUBDIR += pcf2bdf
SUBDIR += pingwi
SUBDIR += ppantsfonts
SUBDIR += profont
SUBDIR += proggy_fonts
SUBDIR += proggy_fonts-ttf
SUBDIR += sgifonts
SUBDIR += sharefonts
SUBDIR += showfont
SUBDIR += stix-fonts
SUBDIR += suxus
SUBDIR += terminus-font
SUBDIR += texcm-ttf
SUBDIR += tkfont
SUBDIR += tmu
SUBDIR += tolkien-ttf
SUBDIR += ttmkfdir
SUBDIR += tv-fonts
SUBDIR += urwfonts
SUBDIR += urwfonts-ttf
SUBDIR += webfonts
SUBDIR += wqy
SUBDIR += xf86bigfontproto
SUBDIR += xfed
SUBDIR += xfontsel
SUBDIR += xfs
SUBDIR += xfsinfo
SUBDIR += xlsfonts
SUBDIR += xmbdfed
SUBDIR += xorg-fonts
SUBDIR += xorg-fonts-100dpi
SUBDIR += xorg-fonts-75dpi
SUBDIR += xorg-fonts-cyrillic
SUBDIR += xorg-fonts-miscbitmaps
SUBDIR += xorg-fonts-truetype
SUBDIR += xorg-fonts-type1
.include <bsd.port.subdir.mk>