# $Id: Portfile 101851 2013-01-20 20:05:39Z jeremyhu@macports.org $

PortSystem          1.0

name                xgc
version             1.0.4
categories          x11 graphics
license             X11
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     8ac1c5d687d6f0a333965b340afab8fd \
                    sha1    1406624f697988df232b9434794af02841488900 \
                    rmd160  38772843e6f93bb100a9929e7328ff5923becb8a

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
