Changeset 19573 for trunk/dports/textproc
- Timestamp:
- Sep 16, 2006, 7:55:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/boxes/Portfile
r19571 r19573 17 17 distfiles ${name}-${version}.src.tar.gz 18 18 checksums md5 d2ef9fa28a87bf32b3fe0c47ab82fa97 19 use_configure no 19 20 20 variant emacs { 21 destroot { 22 xinstall -m 755 ${worksrcpath}/src/boxes ${destroot}${prefix}/bin/${name} 23 file copy ${worksrcpath}/boxes-config ${worksrcpath}/boxes 24 xinstall -m 644 ${worksrcpath}/boxes ${destroot}${prefix}/share/${name} 25 xinstall ${worksrcpath}/doc/boxes.1 ${destroot}${prefix}/share/man/man1/ 26 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 27 xinstall -m 644 -W ${worksrcpath} COPYING README README.Win32.txt boxes-config ${destroot}${prefix}/share/doc/${name} 21 variant emacs {} 28 22 29 xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/${name}30 xinstall -m 644 ${worksrcpath}/doc/boxes.el ${destroot}${prefix}/share/emacs/site-lisp/${name}/31 }32 }33 use_configure no34 23 pre-build { reinplace "s|GLOBALCONF = /usr/share/boxes|GLOBALCONF = ${prefix}/share/boxes|" "${worksrcpath}/Makefile" } 35 24 build { system "cd $worksrcpath && make" } 36 destroot { 25 26 destroot { 37 27 xinstall -m 755 ${worksrcpath}/src/boxes ${destroot}${prefix}/bin/${name} 38 28 file copy ${worksrcpath}/boxes-config ${worksrcpath}/boxes … … 41 31 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 42 32 xinstall -m 644 -W ${worksrcpath} COPYING README README.Win32.txt boxes-config ${destroot}${prefix}/share/doc/${name} 33 34 if { [variant_isset emacs] } { 35 xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/${name} 36 xinstall -m 644 ${worksrcpath}/doc/boxes.el ${destroot}${prefix}/share/emacs/site-lisp/${name}/ 43 37 } 38 }
Note: See TracChangeset
for help on using the changeset viewer.