Ticket #13787: Portfile.diff
File Portfile.diff, 1.1 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name ManOpen 5 5 version 2.5.1 6 categories textproc aqua 7 maintainers waqar@macports.org 6 revision 1 7 categories aqua textproc 8 maintainers waqar 8 9 description GUI application for viewing Unix manual pages, 9 10 long_description \ 10 11 It can open files directly or be given titles, in which case \ … … 20 21 worksrcdir ${name}-${version} 21 22 checksums md5 0f704085d6cece271860a521922292f5 \ 22 23 sha1 387a482f3bb0e6c7573a2bea9327be4aede31a48 24 patchfiles patch-ManOpen_ManDocument.m.diff 23 25 use_configure no 24 26 destroot { 25 xinstall -d -m 755 ${destroot} /Applications/MacPorts27 xinstall -d -m 755 ${destroot}${applications_dir} 26 28 file copy ${build.dir}/${name}.app \ 27 ${destroot}/ Applications/MacPorts/${name}.app29 ${destroot}/${applications_dir}/${name}.app 28 30 file copy ${build.dir}/openman ${destroot}${prefix}/bin 29 31 file copy ${build.dir}/openman.tproj/openman.1 \ 30 32 ${destroot}${prefix}/share/man/man1