1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name Shiira2 |
---|
5 | version 2.2 |
---|
6 | categories aqua www |
---|
7 | maintainers themiwi@users.sourceforge.net |
---|
8 | description Webbrowser with unique features using Cocoa and Web Kit |
---|
9 | long_description \ |
---|
10 | Shiira is a web browser based on Web Kit \ |
---|
11 | and written in Cocoa. The goal of the Shiira \ |
---|
12 | Project is to create a browser that is better \ |
---|
13 | and more useful than Safari. |
---|
14 | homepage http://http://shiira.jp/en.php |
---|
15 | platforms macosx |
---|
16 | master_sites sourceforge |
---|
17 | distname Shiira${version}src |
---|
18 | |
---|
19 | checksums md5 95704032b91f29417f4fee698cce4ed4 \ |
---|
20 | sha1 f068e951a2466e08aa6256cbd0d824340a723521 \ |
---|
21 | rmd160 fbe772258f9e9d065f11a485cd027ca9bb811231 |
---|
22 | |
---|
23 | use_zip yes |
---|
24 | |
---|
25 | patchfiles \ |
---|
26 | patch-HMDTAppKit_xcodeproj__project_pbxproj.${os.arch} \ |
---|
27 | patch-HMDTFoundation_xcodeproj__project_pbxproj.${os.arch} \ |
---|
28 | patch-HMDTWebKit_xcodeproj__project_pbxproj.${os.arch} \ |
---|
29 | patch-Shiira_xcodeproj__project_pbxproj.${os.arch} |
---|
30 | |
---|
31 | worksrcdir ${distname}/shiira2/trunk |
---|
32 | use_configure no |
---|
33 | |
---|
34 | build.type pbx |
---|
35 | build.target -target Shiira |
---|
36 | build.args build |
---|
37 | |
---|
38 | destroot { |
---|
39 | cd ${worksrcpath} |
---|
40 | system "${build.cmd} install ${build.target} \ |
---|
41 | INSTALL_PATH=/Applications/MacPorts \ |
---|
42 | INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}" |
---|
43 | } |
---|
44 | |
---|
45 | variant universal { |
---|
46 | patchfiles-delete \ |
---|
47 | patch-HMDTAppKit_xcodeproj__project_pbxproj.${os.arch} \ |
---|
48 | patch-HMDTFoundation_xcodeproj__project_pbxproj.${os.arch} \ |
---|
49 | patch-HMDTWebKit_xcodeproj__project_pbxproj.${os.arch} \ |
---|
50 | patch-Shiira_xcodeproj__project_pbxproj.${os.arch} |
---|
51 | } |
---|
52 | |
---|