# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                xfontsel
version             1.0.3
categories          x11 graphics
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           md5     299fabe7d7be92b6572d814895ce3bb1 \
                    sha1    df2eb12b90339b7091bd362b095344015ec8b6fa \
                    rmd160  6e21b434c3aed1bf2fc601551da8fd089d53fb8c

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
