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 | |
---|
3 | # $Id: $ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup kde4 1.0 |
---|
7 | |
---|
8 | name kdesvn |
---|
9 | version 1.5.2 |
---|
10 | revision 0 |
---|
11 | |
---|
12 | categories kde kde4 |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description KDE4 subversion frontend |
---|
16 | long_description KDESvn is a frontend to subversion repositories using \ |
---|
17 | the KDE4 framework |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | homepage http://kdesvn.alwins-world.de |
---|
22 | master_sites http://kdesvn.alwins-world.de/downloads/ |
---|
23 | |
---|
24 | use_bzip2 yes |
---|
25 | checksums md5 75bacc14aff0e0c2bbbf1e4ea02a1316 \ |
---|
26 | sha1 e8728c1f6fbf46b7ac2879bfdba152c9be9b9b43 \ |
---|
27 | rmd160 5361e0983c6a18afabcb88cc06270fc3fbb595aa |
---|
28 | |
---|
29 | depends_lib-append port:kdelibs4 \ |
---|
30 | port:kdebase4-runtime |
---|
31 | |
---|
32 | patchfiles app-install-and-icon-fix.patch no-kdesdk-conflict.patch |
---|
33 | patch.dir ${workpath}/${distname}/src |
---|
34 | |
---|
35 | configure.args-append ../${distname} |
---|