# $Id: Portfile 78762 2011-05-21 15:29:21Z jmr@macports.org $ #################################################################### # Marc Lehmann, the developer of rxvt-unicode, has no interest in # # supporting it on Mac OS X. He is hostile about Apple, Mac OS X, # # and Mac users, so do not contact him about his software when # # used on Mac OS X. If you encounter problems updating this port # # to a newer version, find a workaround and write a patch. Do not # # report upstream. See http://trac.macports.org/ticket/17202 # #################################################################### PortSystem 1.0 name rxvt-unicode version 9.10 revision 1 categories x11 maintainers gmail.com:evangoldenberg \ openmaintainer description Unicode-aware rxvt clone. long_description \ rxvt-unicode is a clone of the well-known terminal \ emulator rxvt. Some of it's main features over rxvt are \ use of UCS-2 or UCS-4 to store text internally, \ locale-correct in- and output, stability, \ completely flicker-free \ display, support for Xft and core fonts in any \ combination, etc. platforms darwin homepage http://software.schmorp.de/pkg/rxvt-unicode.html master_sites http://dist.schmorp.de/rxvt-unicode/ \ http://dist.schmorp.de/rxvt-unicode/Attic/ use_bzip2 yes checksums md5 a23aa40b31e843878b6f9c44768de430 \ sha1 54c896a4885b8984b0dfa652269c3c34c4d75f2d \ rmd160 15c9f61e7c6ad3f05c6bf20bedad2cd8d5f1d5e9 depends_build \ port:pkgconfig depends_lib \ port:Xft2 \ port:expat \ port:ncurses \ path:bin/perl:perl5 \ port:zlib configure.perl ${prefix}/bin/perl patchfiles patch-Makefile.in.diff configure.args --enable-everything --enable-256-color --with-codeset=all \ --disable-utmp --disable-afterimage \ --mandir=${prefix}/share/man use_parallel_build yes destroot.env TERMINFO=${destroot}${prefix}/share/terminfo pre-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/terminfo } post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/etc xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc }