Ticket #27865: Portfile.2

File Portfile.2, 1.0 KB (added by mkae (Marko Käning), 13 years ago)

I couldn't resist to adapt the portfile for skrooge-devel being build from the svn version. (When running it, however, I see only one window with almost no content, no active button, no functionality. So, I guess there is still some research necessary as to what's going on here. BTW, I left kde4-runtime out of the dependencies, since I didn't need it for kmymoney4(-devel) either.)

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
7fetch.type          svn
8svn.url             svn://anonsvn.kde.org/home/kde/trunk/extragear/office/skrooge
9svn.revision        1204256
10
11name                skrooge-devel
12version             0.8.0-${svn.revision}
13
14categories          kde finance
15maintainers         mk pixilla.com:brad openmaintainer
16description         Skrooge
17long_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...
19platforms           darwin
20license             GPL3
21homepage            http://skrooge.org
22
23master_sites        http://skrooge.org/files/
24
25distname            skrooge
26
27depends_lib-append  port:kdelibs4 \
28                    port:libofx port:qca
29
30#                                       port:kdebase4-runtime \