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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name skrooge |
---|
8 | version 0.8.0 |
---|
9 | categories kde finance |
---|
10 | maintainers mk pixilla.com:brad openmaintainer |
---|
11 | description Skrooge |
---|
12 | long_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... |
---|
14 | platforms darwin |
---|
15 | license GPL3 |
---|
16 | homepage http://skrooge.org |
---|
17 | |
---|
18 | master_sites http://skrooge.org/files/ |
---|
19 | distname skrooge-${version} |
---|
20 | use_bzip2 yes |
---|
21 | checksums md5 5b535bbabfe7428cac64bc0ca0094b1a \ |
---|
22 | sha1 47182435735a9abbe733782814ff770ddb5f0ab6 \ |
---|
23 | rmd160 094659591763bf757cf5bb050f191492163b072a |
---|
24 | |
---|
25 | depends_lib-append port:kdebase4-runtime port:kdelibs4 \ |
---|
26 | port:libofx port:qca |
---|