# $Id: Portfile 107186 2013-06-20 23:22:08Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libXt
version         1.1.4
categories      x11 devel
license         X11
maintainers     jeremyhu openmaintainer
description     X.org libXt
homepage        http://www.x.org
platforms       darwin macosx
long_description X Toolkit Intrinsics, an abstract widget library upon \
    which other toolkits are based. Xt is the basis for many toolkits, \
    including the Athena widgets, Xaw, and LessTif, a Motif \
    implementation.
master_sites    xorg:individual/lib/

distname    libXt-${version}

checksums           sha1    0111c316d83fb7e830c517128150094cb0a48ae7 \
                    rmd160  5a5abcdca1507bc7662012c2666b27b7d08a05cc \
                    sha256  843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

depends_lib     port:xorg-libsm \
                port:xorg-libX11

configure.env-append RAWCPP=${configure.cpp}

livecheck.type  regex
livecheck.url   http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
livecheck.regex libXt-(\\d+(?:\\.\\d+)*)
