# $Id: Portfile 122557 2014-07-24 01:48:55Z jeremyhu@macports.org $ PortSystem 1.0 name xorg-libXext version 1.3.3 categories x11 devel license X11 maintainers jeremyhu openmaintainer description X.org libXext homepage http://www.x.org platforms darwin macosx long_description ${description} master_sites xorg:individual/lib/ distname libXext-${version} checksums sha1 43abab84101159563e68d9923353cc0b3af44f07 \ rmd160 f8a0205ad002c993009ec5cb321e546277eb0823 \ sha256 b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35 use_bzip2 yes use_parallel_build yes depends_build port:pkgconfig \ port:xorg-util-macros depends_lib port:xorg-libX11 \ port:xorg-xextproto use_autoreconf yes autoreconf.args -fvi configure.env-append RAWCPP=${configure.cpp} configure.args \ --without-xmlto \ --without-fop \ --disable-specs build.args V=1 # Depending on ghostscript for the PDF documentation creates a dependency # loop, so you may want to install first without the docs variant variant docs description "Install extra documentation" { depends_build-append \ port:fop \ port:xmlto \ port:xorg-sgml-doctools depends_skip_archcheck-append \ xmlto configure.args-delete \ --without-xmlto \ --without-fop \ --disable-specs configure.args-append \ --with-xmlto \ --with-fop \ --enable-specs configure.env-append \ XMLTO="${prefix}/bin/xmlto" \ FOP="${prefix}/bin/fop" } livecheck.type regex livecheck.url http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D livecheck.regex libXext-(\\d+(?:\\.\\d+)*)