Ticket #6115: Portfile.2

File Portfile.2, 1.1 KB (added by jmroot (Joshua Root), 16 years ago)

partial update

Line 
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
4PortSystem 1.0
5
6name            Flock
7version         1.1
8categories      aqua www
9platforms       macosx
10maintainers     joe
11description     Flock is a free, open source web browser.
12long_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.
15homepage        http://flock.com/
16master_sites    http://flock.vo.llnwd.net/o23/archive/flock/releases/${version}/ \
17                                http://ftp.acc.umu.se/mirror/flock/source/${version}/
18distname        flock-${version}-source
19use_bzip2       yes
20checksums       md5 70ee190dd28b43e1e3e5583324d35f10 \
21                        sha1 b8c020540f138bb2917fa341c6c75d01c1be4244
22
23depends_lib             port:libidl port:orbit2 port:glib2 port:pkgconfig
24depends_build   port:zip port:unzip
25
26use_configure   no
27build.cmd       fbuild_all
28
29destroot        {
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}