1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name Flock |
---|
7 | version 1.1 |
---|
8 | categories aqua www |
---|
9 | platforms macosx |
---|
10 | maintainers joe |
---|
11 | description Flock is a free, open source web browser. |
---|
12 | long_description Flock is a free, open source web browser with integrated \ |
---|
13 | tools that make it easier to blog, publish your photos \ |
---|
14 | and share and discover things that are interesting to you. |
---|
15 | homepage http://flock.com/ |
---|
16 | master_sites http://flock.vo.llnwd.net/o23/archive/flock/releases/${version}/ \ |
---|
17 | http://ftp.acc.umu.se/mirror/flock/source/${version}/ |
---|
18 | distname flock-${version}-source |
---|
19 | use_bzip2 yes |
---|
20 | checksums md5 70ee190dd28b43e1e3e5583324d35f10 \ |
---|
21 | sha1 b8c020540f138bb2917fa341c6c75d01c1be4244 |
---|
22 | |
---|
23 | depends_lib port:libidl port:orbit2 port:glib2 port:pkgconfig |
---|
24 | depends_build port:zip port:unzip |
---|
25 | |
---|
26 | use_configure no |
---|
27 | build.cmd fbuild_all |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -d -m 755 ${destroot}/Applications/MacPorts |
---|
31 | file copy ${build.dir}/build/mozilla/dist/${name}.app \ |
---|
32 | ${destroot}/Applications/MacPorts/${name}.app |
---|
33 | } |
---|