# $Id: Portfile 80572 2011-07-15 11:31:20Z jmr@macports.org $

PortSystem 1.0

name            xorg-libXt
version         1.1.1
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           md5     eb22c0a1f172b06b97a3f5ae89768412 \
                    sha1    a29a97f8521bdc7a95364e163f0ce474de572ae5 \
                    rmd160  aeefbc3c8c43ed70db47add04d9b16cf19fa940e

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+)*)
