Changeset 82943
- Timestamp:
- 08/22/11 06:44:45 (4 years ago)
- Location:
- trunk/dports/math/pspp-devel
- Files:
-
- 1 deleted
- 1 edited
-
Portfile (modified) (4 diffs)
-
files/psppire (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/pspp-devel/Portfile
r82658 r82943 6 6 7 7 name pspp-devel 8 set buildstamp 201108 160305039 set buildhash g 72ee648 set buildstamp 20110822030503 9 set buildhash g275eb9 10 10 version 0.7.8 11 revision 811 revision 9 12 12 # depends_test port:p5-text-diff 13 13 # 2011-08-14: no_* variants obsoleted … … 36 36 port:libtool 37 37 38 checksums rmd160 721d338ad220e1b67197e095f96f1101fcb13441\39 sha256 9e38ffef79733c9fba7cb8ba36788615cd2117f03cc11e986f852283754ce2f738 checksums rmd160 237e54d0b89702e10af674969fa33e99a442d139 \ 39 sha256 8a15ab7c3212bdc8a48ac7a19b04e6ccda091da5494601cdc75c5c21a6c23cd1 40 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 if {[variant_isset gui]} {50 reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/psppire51 }52 }53 54 #configure.optflags -O055 41 #configure.cflags-append -g 56 42 configure.env-append CPPFLAGS=-I${prefix}/include … … 117 103 depends_lib-append port:pkgconfig \ 118 104 port:gtk2 \ 105 port:gtksourceview2 \ 119 106 port:libglade2 120 107 configure.args-delete --without-gui … … 125 112 } 126 113 app.name PSPP 127 app.executable ${worksrcpath}/psppire128 app.icon ${ worksrcpath}/logo.png114 app.executable psppire 115 app.icon ${filespath}/logo.png 129 116 130 117 livecheck.url http://pspp.benpfaff.org/~blp/pspp-master/latest/
Note: See TracChangeset
for help on using the changeset viewer.

