Ticket #14364: Portfile

File Portfile, 446 bytes (added by mvfranz@…, 16 years ago)

Updated Portfile

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