RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/aqua/Growl/Portfile,v
retrieving revision 1.9
diff -u -r1.9 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name Growl |
6 | | version 0.7 |
| 6 | version 0.7.2 |
7 | 7 | categories aqua |
8 | 8 | platforms darwin |
9 | 9 | maintainers mww@opendarwin.org |
… |
… |
|
15 | 15 | homepage http://growl.info/ |
16 | 16 | master_sites ${homepage}/files/source/ |
17 | 17 | distname ${distname}-src |
18 | | checksums md5 4f8e7d8a173bbc0b8e8ddd84cc7ca625 |
| 18 | checksums md5 6ff6522b3d9eae94b1c2907e101fc609 |
19 | 19 | use_bzip2 yes |
20 | 20 | |
| 21 | worksrcdir ${name}-${version} |
| 22 | |
21 | 23 | pre-extract { |
22 | 24 | file mkdir ${worksrcpath} |
23 | 25 | } |
24 | | extract.dir ${worksrcpath} |
25 | 26 | |
26 | 27 | use_configure no |
27 | 28 | |