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

PortSystem          1.0
name                xdpyinfo
version             1.1.0
categories          x11
maintainers         jeremyhu openmaintainer
description         Display information utility for X11
long_description \
   xdpyinfo is a utility for displaying information about an X server.  It \
   is used to examine the capabilities of a server, the predefined values \
   for various parameters used in communicating between clients and the \
   server, and the different types of screens and visuals that are available.

platforms           darwin

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

checksums           md5     d1d516610316138105cd07064b257c5c \
                    sha1    01971f007048a46a4a31a69c661bc3a378de60f0 \
                    rmd160  9e206cf6343ada585d1daa3e41466a569302b7d4

depends_build       port:pkgconfig

depends_lib         port:xorg-libXinerama \
                    port:xrender \
                    port:xorg-libXtst \
                    port:xorg-libXxf86vm \
                    port:xorg-libdmx

configure.args      --without-xprint --without-xf86misc --without-dga

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

