# $Id: Portfile 106387 2013-05-24 16:11:05Z jeremyhu@macports.org $

PortSystem          1.0

name                xfontsel
version             1.0.5
categories          x11 graphics
license             X11
maintainers         jeremyhu openmaintainer
description         Point and click selection of X11 font names
long_description \
   The xfontsel application provides a simple way to display the fonts \
   known to your X server, examine samples of each, and retrieve the X \
   Logical Font Description ("XLFD") full name for a font.

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           sha1    fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf \
                    rmd160  eaf098e16131168154c0f0ccf491560da9883f74 \
                    sha256  170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
