Ticket #6115: Portfile

File Portfile, 912 bytes (added by joe@…, 18 years ago)

NEW Port: Flock

Line 
1# $Id: Portfile,v 1.2 2005/04/08 21:38:38 waqar Exp $
2
3PortSystem 1.0
4name            Flock
5version         0.4.10
6categories      aqua www
7maintainers     joe@opendarwin.org
8description     Flock is a free, open source web browser.
9long_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.
12homepage        http://flock.com
13master_sites    http://ftp.acc.umu.se/mirror/flock/source/${version}/
14distname        flock-source-${version}-complete
15checksums       md5 edd5127b6f5f9f2c6e1bfc537e7f8a1d
16platforms       macosx
17extract.suffix  .tar
18extract.cmd     tar
19extract.pre_args        xpvf   
20
21depends_build   port:libidl
22
23use_configure   no
24build.cmd       sh build-flock.sh
25
26destroot        {
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}