# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xfontsel
version             1.0.2
revision            1
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        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     288fe4cf8a990e4e602aac16dd9109fb \
                    sha1    c492444a3bada3e44bc0319cfd85a89cd7770b84 \
                    rmd160  82135208df98fda997714365be35d94ee60db2cb

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

configure.args      --disable-xprint

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

