1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.0 |
---|
6 | |
---|
7 | name digikam |
---|
8 | version 1.0.0 |
---|
9 | categories kde kde4 |
---|
10 | maintainers hyper-world.de:jan |
---|
11 | |
---|
12 | description Photo Management Program |
---|
13 | long_description Digital photo management program to import, organize, enhance, search and export your digital images. |
---|
14 | |
---|
15 | homepage http://www.digikam.org/ |
---|
16 | platforms darwin |
---|
17 | master_sites sourceforge:digikam |
---|
18 | distname digikam-${version} |
---|
19 | checksums md5 6169deb68a3d712a0c6539b09c5f8c0c \ |
---|
20 | sha1 9eb2bbfdda8e8982d13f8b5c94a6d664a40dd407 |
---|
21 | |
---|
22 | use_bzip2 yes |
---|
23 | |
---|
24 | # The kdeedu4 dependency is for libmarblewidget. |
---|
25 | depends_lib port:libgphoto2 \ |
---|
26 | port:liblqr \ |
---|
27 | port:kdegraphics4 \ |
---|
28 | port:kdeedu4 |
---|
29 | |
---|
30 | depends_run port:kipi-plugins |
---|
31 | |
---|
32 | variant no_kipi description {install without KIPI plugins} { |
---|
33 | depends_run-delete \ |
---|
34 | port:kipi-plugins |
---|
35 | } |
---|
36 | |
---|
37 | configure.args-append ../${distname} |
---|