# $Id$ PortSystem 1.0 name luit version 1.0.3 categories x11 platforms darwin maintainers jeremyhu description X.org luit long_description Convert terminal i/o from legacy encodings to UTF-8 homepage http://www.x.org master_sites ${homepage}/pub/individual/app/ checksums md5 b01e4f71c20fc1c79ed727759c1df40c \ sha1 8b32bcc2f72af7c8c1cdaede3d4ff5b251ecbf31 \ rmd160 f03a3ff729284f78c1c1ec90fc3efd1fdee8a43b use_bzip2 yes use_parallel_build yes patchfiles secure_tty.patch depends_build \ port:pkgconfig depends_lib \ lib:libX11.6:xorg-libX11 \ lib:libfontenc.1:xorg-libfontenc livecheck.check regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) platform macosx { if {${os.major} < 9 && ![file exists ${prefix}/lib/pkgconfig/fontenc.pc]} { configure.env-append \ LUIT_CFLAGS="-I${x11prefix}/include" \ LUIT_LIBS="-L${x11prefix}/lib -lfontenc -lX11" } }