Ticket #22558: Portfile_wview-5.7.1.diff
File Portfile_wview-5.7.1.diff, 2.0 KB (added by mbrooksclark@…, 15 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 60332 2009-11-09 02:34:23Z ryandesign@macports.org $ 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 3 # $Id$ 2 4 3 5 PortSystem 1.0 4 6 7 revision 0 8 5 9 name wview 6 10 7 version 5. 6.411 version 5.7.1 8 12 9 13 categories science 10 14 … … 27 31 28 32 master_sites sourceforge:wview 29 33 30 depends_lib port:gd2 port:radlib port: gawkport:sqlite3 port:curl34 depends_lib port:gd2 port:radlib port:openssl port:libpng port:zlib port:sqlite3 port:curl 31 35 32 checksums md5 ebae28a3f0ec8d3a244145424b952021 \ 33 sha1 1c9629e6c256700c9d0e5314814b77643e898b78 \ 34 rmd160 5e23b960be8d7055094aac66f08c0021d9a9eed9 36 depends_build port:gawk 35 37 36 configure.args --exec-prefix=${prefix} --enable-station-sim --enable-http 38 checksums md5 c704ea480b7b444b51b7b6a63ef56198 \ 39 sha1 69017f9354eaa74b2441bdabcd314083c55f3e19 \ 40 rmd160 a63ca2894abcd62b18804dda8d8fb50fb4f7b8e0 41 42 configure.args --enable-station-sim --enable-http 37 43 38 44 configure.env-append HTTP_DOC_ROOT="${prefix}/www" 39 45 40 46 destroot.violate_mtree 41 47 42 destroot.target-append install-env43 44 48 post-destroot { 49 50 xinstall -d -o root -g wheel -m 755 ${destroot}/Library/StartupItems 51 45 52 xinstall -d -o root -g wheel -m 755 \ 46 53 ${worksrcpath}/examples/MacOSX/wview ${destroot}/Library/StartupItems/wview 47 54 … … 51 58 xinstall -o root -g wheel -m 644 \ 52 59 ${worksrcpath}/examples/MacOSX/wview/StartupParameters.plist \ 53 60 ${destroot}/Library/StartupItems/wview/StartupParameters.plist 54 61 55 62 file mkdir ${destroot}${prefix}/share/doc/${name} 56 63 57 64 file copy ${worksrcpath}/wview-Quick-Start-MacOSX.html \