Ticket #27865: Portfile

File Portfile, 1.1 KB (added by stephane@…, 13 years ago)

Proposal for a Portfile (sorry, I am not an expect)

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           kde4    1.1
6
7name                skrooge
8version             0.8.0
9categories          kde finance
10maintainers         mk pixilla.com:brad openmaintainer
11description         Skrooge
12long_description    Personal finance management tool for KDE4, with the aim of being highly intuitive, while providing powerful functions such as \
13                    reporting (including graphics), persistent Undo/Redo, encryption, and much more...
14platforms           darwin
15license             GPL3
16homepage            http://skrooge.org
17
18master_sites        http://skrooge.org/files/
19distname            skrooge-${version}
20use_bzip2           yes
21checksums           md5 5b535bbabfe7428cac64bc0ca0094b1a \
22                    sha1 47182435735a9abbe733782814ff770ddb5f0ab6 \
23                    rmd160 094659591763bf757cf5bb050f191492163b072a
24
25depends_lib-append  port:kdebase4-runtime port:kdelibs4 \
26                    port:libofx port:qca