Ticket #27865: Portfile.2
File Portfile.2, 1.0 KB (added by mkae (Marko Käning), 14 years ago) |
---|
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 | |
4 | PortSystem 1.0 |
5 | PortGroup kde4 1.1 |
6 | |
7 | fetch.type svn |
8 | svn.url svn://anonsvn.kde.org/home/kde/trunk/extragear/office/skrooge |
9 | svn.revision 1204256 |
10 | |
11 | name skrooge-devel |
12 | version 0.8.0-${svn.revision} |
13 | |
14 | categories kde finance |
15 | maintainers mk pixilla.com:brad openmaintainer |
16 | description Skrooge |
17 | long_description Personal finance management tool for KDE4, with the aim of being highly intuitive, while providing powerful functions such as \ |
18 | reporting (including graphics), persistent Undo/Redo, encryption, and much more... |
19 | platforms darwin |
20 | license GPL3 |
21 | homepage http://skrooge.org |
22 | |
23 | master_sites http://skrooge.org/files/ |
24 | |
25 | distname skrooge |
26 | |
27 | depends_lib-append port:kdelibs4 \ |
28 | port:libofx port:qca |
29 | |
30 | # port:kdebase4-runtime \ |