# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name nxcomp version 3.5.0.31 revision 2 checksums rmd160 d5bf4b4ca76fbc54bf0d041ad7ee48e012e31df7 \ sha256 6dbaa60d9505454011d53e06ee60d44bd86ae43b7370d9c4d1ff8cfc65ee23c2 categories net platforms darwin license GPL-2 maintainers cal ionic openmaintainer description nxcomp is the X compression library by NX long_description nxcomp is a library compressing X commands to be passed over network \ for use with the X2Go suite. homepage http://www.nomachine.com/ master_sites http://code.x2go.org/releases/source/nx-libs/ distname nx-libs-${version}-lite universal_variant yes supported_archs ppc i386 x86_64 use_autoreconf yes configure.cxxflags-append \ -I${prefix}/include if {${name} eq ${subport}} { depends_lib-append port:libpng \ path:lib/libjpeg.dylib:jpeg \ port:zlib \ port:xorg-xproto worksrcdir nx-libs-${version}/nxcomp # Included in the upcoming 3.5.0.32 released. Can be removed then. patchfiles patch-nxcomp__Makefile.in.diff livecheck.url [lindex ${master_sites} 0] livecheck.regex nx-libs-(\[0-9\]+(\\.\[0-9\]+)+(-\[0-9\]+)?)-lite } else { livecheck.type none } subport nxproxy { description nxproxy is a compressing proxy for X long_description nxproxy is a library compressing X commands to be passed over network \ for use with the X2Go suite. depends_lib-append port:nxcomp worksrcdir nx-libs-${version}/nxproxy patchfiles patch-nxproxy__configure.in.diff \ patch-nxproxy__Makefile.in.diff configure.ldflags-append \ -L${prefix}/lib/nx }