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

PortSystem          1.0

name                xgc
version             1.0.3
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Demonstrates various features of the X11 graphics primitives
long_description    ${description}

platforms           darwin

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

checksums           md5     f9addda7d1e157fc7d17ff87b1e360f8 \
                    sha1    cb0c0285f1354a983b5cd4a925844a8ab56e4f09 \
                    rmd160  4f9f46df0595ccceeca109e8c4f879ac66da1f33

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
