# $Id: Portfile 65022 2010-03-19 16:24:03Z mcalhoun@macports.org $

PortSystem 1.0

name            xorg-libXt
version         1.0.8
categories      x11 devel
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    http://xorg.freedesktop.org/archive/individual/lib/

distname    libXt-${version}

checksums           md5     fb7d2aa5b24cd5fe9b238a26d88030e7 \
                    sha1    d5e3dfba90a12169771399b3e2ccae07243489c9 \
                    rmd160  4c7d6d2268368d1577ca63fb99066149b6c60c2f

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig \
		port:xorg-util-macros

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

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

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex libXt-(\\d+(?:\\.\\d+)*)
