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 | # $Id: Portfile 126341 2014-10-08 11:05:43Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | fetch.type git |
---|
8 | git.url git://gitorious.org/baloo-kcmadv/baloo-kcmadv |
---|
9 | git.branch 35991b9 |
---|
10 | |
---|
11 | name kcm-baloo-advanced |
---|
12 | version 20141008 |
---|
13 | categories kde kde4 |
---|
14 | maintainers nicos openmaintainer |
---|
15 | license {LGPL-2+ LGPL-2.1+} |
---|
16 | description Library for extracting file metadata |
---|
17 | long_description ${description} |
---|
18 | platforms darwin |
---|
19 | homepage https://gitorious.org/baloo-kcmadv |
---|
20 | |
---|
21 | depends_lib-append port:kdelibs4 |
---|