Ticket #14364: Portfile
File Portfile, 446 bytes (added by mvfranz@…, 17 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile 30229 2007-10-22 23:01:24Z jmpp@macports.org $ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup gnustep 1.0 |
5 | |
6 | name Performance |
7 | version 0.2.4 |
8 | platforms darwin |
9 | maintainers nomaintainer |
10 | |
11 | description Performance measuring classes |
12 | long_description \ |
13 | ${description} |
14 | |
15 | depends_lib port:gnustep-base |
16 | master_sites gnustep:libs |
17 | checksums md5 5b1106ec1dd9bb8248216ec8c1011102 |
18 | |
19 | array set gnustep.post_flags { |
20 | . "-lobjc -lgnustep-base" |
21 | } |