Ticket #12412: Portfile.diff
File Portfile.diff, 1.7 KB (added by takanori@…, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name rxvt-unicode 5 version 8. 25 version 8.3 6 6 categories x11 7 7 maintainers pesco@gmx.de 8 8 description Unicode-aware rxvt clone. … … 25 25 port:ncursesw \ 26 26 port:perl5.8 \ 27 27 port:pkgconfig \ 28 port:render \ 28 29 port:Xft2 \ 29 30 port:xrender \ 30 31 port:zlib 31 32 use_bzip2 yes 32 checksums md5 7876a1e2a82794c5ebbea8791561daba\33 sha1 75c2834ae8506faa514713ad70e2276f4eb7d555\34 rmd160 e7afb9f80be63585852806f86517c9ceed19611b33 checksums md5 c53043a5178e2eeb33578148d56f8f96 \ 34 sha1 cd335c47543ba086585a296ca0fe7445c07120dd \ 35 rmd160 000dbcb1ff297edbff0a8b21dbbba3db30854579 35 36 36 37 configure.args --enable-everything --with-codeset=all \ 38 --disable-utmp --disable-afterimage \ 37 39 --mandir=${prefix}/share/man 38 40 39 41 destroot.env TERMINFO=${destroot}${prefix}/share/terminfo 40 42 pre-destroot { 41 43 file mkdir ${destroot}${prefix}/share/terminfo 44 move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL_ 42 45 } 43 46 post-destroot { 47 move ${worksrcpath}/INSTALL_ ${worksrcpath}/INSTALL 44 48 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/etc 45 49 xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name} 46 50 xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc