1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name SharedMenusCocoa |
---|
6 | version 0.3 |
---|
7 | categories aqua |
---|
8 | platforms darwin |
---|
9 | maintainers pierre@queinnec.org |
---|
10 | description Adds support for Shared Menus in Cocoa applications |
---|
11 | |
---|
12 | homepage http://www.url-manager.com/sme.html |
---|
13 | #master_sites ftp://ftp.url-manager.com/pub/ |
---|
14 | master_sites http://www.queinnec.org/ports/ |
---|
15 | distfiles ${name}.tar.gz |
---|
16 | checksums md5 a062ce763050b4127b5127db0d179dd5 |
---|
17 | worksrcdir ${name} |
---|
18 | |
---|
19 | use_configure no |
---|
20 | build.type pbx |
---|
21 | build.target -buildstyle Deployment |
---|
22 | |
---|
23 | set xcodebuilddir build |
---|
24 | platform darwin 8 { |
---|
25 | if {$xcodeversion == "2.1"} { |
---|
26 | set xcodebuilddir build/Deployment |
---|
27 | } |
---|
28 | } |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -d -m 0755 ${destroot}/Library/Frameworks |
---|
32 | file copy ${worksrcpath}/build/${name}.framework \ |
---|
33 | ${destroot}/Library/Frameworks |
---|
34 | } |
---|