# $Id: Portfile 90881 2012-03-17 00:52:37Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libXt
version         1.1.3
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    2cef068bc4d7170e31b89b5c06aeaf4451a7699a \
                    rmd160  d1cffd17864ea0081437a07ea78dcaa8316a5fa0 \
                    sha256  8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd

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