Changeset 82650
- Timestamp:
- 08/17/11 08:47:32 (4 years ago)
- Location:
- trunk/dports/math/pspp-devel
- Files:
-
- 1 added
- 1 deleted
- 1 edited
- 1 copied
-
Portfile (modified) (4 diffs)
-
files/PSPP.app (deleted)
-
files/logo.png (added)
-
files/psppire (copied) (copied from trunk/dports/math/pspp-devel/files/PSPP.app/Contents/MacOS/psppire)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/pspp-devel/Portfile
r82482 r82650 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name pspp-devel 7 set buildstamp 2011081 40305028 set buildhash g e30f5e8 set buildstamp 20110816030503 9 set buildhash g72ee64 9 10 version 0.7.8 10 revision 611 revision 8 11 12 # depends_test port:p5-text-diff 12 13 # 2011-08-14: no_* variants obsoleted … … 28 29 distname pspp-${version}-${buildhash} 29 30 30 depends_lib port:gsl \31 depends_lib-append port:gsl \ 31 32 port:libiconv \ 32 33 port:zlib \ … … 35 36 port:libtool 36 37 37 checksums rmd160 1dd8f31bd491c83f858b60781cf7b2a23f52b74c \ 38 sha256 f9532a35554a1dcd8a0612f3fb8d24d0c0c2c9b3017db958da4774a0d5d118c8 38 checksums rmd160 721d338ad220e1b67197e095f96f1101fcb13441 \ 39 sha256 9e38ffef79733c9fba7cb8ba36788615cd2117f03cc11e986f852283754ce2f7 40 41 post-extract { 42 if {[variant_isset gui]} { 43 copy ${filespath}/psppire ${worksrcpath} 44 copy ${filespath}/logo.png ${worksrcpath} 45 } 46 } 47 48 patch { 49 reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/psppire 50 } 39 51 40 52 #configure.optflags -O0 … … 107 119 } 108 120 109 post-destroot { 110 if {[variant_isset gui]} { 111 xinstall -d ${destroot}${applications_dir}/PSPP.app/Contents/MacOS 112 xinstall -m 755 ${filespath}/PSPP.app/Contents/MacOS/psppire \ 113 ${destroot}${applications_dir}/PSPP.app/Contents/MacOS 114 xinstall -m 644 ${filespath}/PSPP.app/Contents/Info.plist \ 115 ${destroot}${applications_dir}/PSPP.app/Contents 116 reinplace s|@VERSION@|${version}|g \ 117 ${destroot}${applications_dir}/PSPP.app/Contents/Info.plist 118 reinplace s|@PREFIX@|${prefix}|g \ 119 ${destroot}${applications_dir}/PSPP.app/Contents/MacOS/psppire 120 reinplace s|@NAME@|${name}|g \ 121 ${destroot}${applications_dir}/PSPP.app/Contents/Info.plist 122 xinstall -m 644 ${filespath}/PSPP.app/Contents/PkgInfo \ 123 ${destroot}${applications_dir}/PSPP.app/Contents 124 } 121 if {![variant_isset gui]} { 122 app.create no 125 123 } 124 app.name PSPP 125 app.executable ${worksrcpath}/psppire 126 app.icon ${worksrcpath}/logo.png 126 127 127 128 livecheck.url http://pspp.benpfaff.org/~blp/pspp-master/latest/
Note: See TracChangeset
for help on using the changeset viewer.

