# $Id: Portfile 106391 2013-05-24 16:13:39Z jeremyhu@macports.org $

PortSystem          1.0

name                xdpyinfo
version             1.3.1
categories          x11
license             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        xorg:individual/app/
use_bzip2           yes

checksums           sha1    8b208d16754bb1ad8daa958e6e57ead363fb82ea \
                    rmd160  70b6388818ab7f08a5595cdd22f24d06bc80745a \
                    sha256  aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94

depends_build       port:pkgconfig

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

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

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