1 | # $Id: Portfile,v 1.2 2005/04/08 21:38:38 waqar Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name Flock |
---|
5 | version 0.4.10 |
---|
6 | categories aqua www |
---|
7 | maintainers joe@opendarwin.org |
---|
8 | description Flock is a free, open source web browser. |
---|
9 | long_description Flock is a free, open source web browser with integrated \ |
---|
10 | tools that make it easier to blog, publish your photos \ |
---|
11 | and share and discover things that are interesting to you. |
---|
12 | homepage http://flock.com |
---|
13 | master_sites http://ftp.acc.umu.se/mirror/flock/source/${version}/ |
---|
14 | distname flock-source-${version}-complete |
---|
15 | checksums md5 edd5127b6f5f9f2c6e1bfc537e7f8a1d |
---|
16 | platforms macosx |
---|
17 | extract.suffix .tar |
---|
18 | extract.cmd tar |
---|
19 | extract.pre_args xpvf |
---|
20 | |
---|
21 | depends_build port:libidl |
---|
22 | |
---|
23 | use_configure no |
---|
24 | build.cmd sh build-flock.sh |
---|
25 | |
---|
26 | destroot { |
---|
27 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts |
---|
28 | file copy ${build.dir}/build/mozilla/dist/${name}.app \ |
---|
29 | ${destroot}/Applications/DarwinPorts/${name}.app |
---|
30 | } |
---|