1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup xcode 1.0 |
---|
5 | |
---|
6 | name R-app |
---|
7 | version 1.51 |
---|
8 | categories math science aqua |
---|
9 | maintainers epfl.ch:kjell.konis |
---|
10 | |
---|
11 | description R GUI for Mac OS X |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | homepage http://R.research.att.com/ |
---|
15 | platforms macosx |
---|
16 | |
---|
17 | fetch.type svn |
---|
18 | svn.url https://svn.r-project.org/R-packages/trunk/Mac-GUI |
---|
19 | svn.method checkout |
---|
20 | svn.revision 6148 |
---|
21 | |
---|
22 | use_configure no |
---|
23 | |
---|
24 | depends_lib port:R-framework |
---|
25 | |
---|
26 | universal_variant no |
---|
27 | |
---|
28 | worksrcdir Mac-GUI |
---|
29 | |
---|
30 | xcode.project R.xcodeproj |
---|
31 | xcode.configuration Leopard64 |
---|
32 | xcode.target R |
---|
33 | xcode.build.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir} GCC_VERSION=com.apple.compilers.llvmgcc42 |
---|
34 | xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir} GCC_VERSION=com.apple.compilers.llvmgcc42 |
---|
35 | |
---|
36 | post-destroot { |
---|
37 | reinplace "s|%SVN%|${svn.revision}|g" ${destroot}${applications_dir}/R.app/Contents/Info.plist |
---|
38 | file delete ${destroot}${applications_dir}/sush |
---|
39 | } |
---|
40 | |
---|
41 | |
---|
42 | |
---|