# $Id: Portfile 107184 2013-06-20 23:21:16Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libXp
version         1.0.2
categories      x11 devel
license         X11
maintainers     jeremyhu openmaintainer
description     X.org libXp
homepage        http://www.x.org
platforms       darwin macosx
long_description Xprint client library
master_sites     xorg:individual/lib/

distname    libXp-${version}
checksums           md5     bb038577c7f4e42a1b675fa6451bc4aa \
                    sha1    bac586283c089536e526529de21b13778a428c07 \
                    rmd160  616dce4bd663c9325e70b64d7bed39ce411ad1bf

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

depends_lib     port:xorg-libXext \
                port:xorg-printproto \
                port:xorg-libpthread-stubs

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