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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name tellico |
---|
8 | version 2.3.6 |
---|
9 | revision 0ZX |
---|
10 | categories kde kde4 |
---|
11 | license GPL-2+ |
---|
12 | maintainers nomaintainer |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description Application for organizing your collections |
---|
16 | long_description Tellico provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. |
---|
17 | |
---|
18 | homepage http://tellico-project.org/ |
---|
19 | master_sites http://tellico-project.org/files/ |
---|
20 | |
---|
21 | checksums rmd160 d5abd1c75e0a421f09d1084bd8b06c5c2b720d74 \ |
---|
22 | sha256 62bafaea733ce3b108322623e866b8659ab2644cc80ee06f0fc7fe974ec5d1c3 |
---|
23 | |
---|
24 | use_bzip2 yes |
---|
25 | |
---|
26 | patchfiles patch-src-filterdialog.cpp.diff \ |
---|
27 | patch-src-collectionfieldsdialog.cpp.diff \ |
---|
28 | patch-src-fetch-fetchermanager.h.diff |
---|
29 | |
---|
30 | depends_lib-append port:gettext \ |
---|
31 | port:qt4-mac \ |
---|
32 | port:qimageblitz \ |
---|
33 | port:kdelibs4 \ |
---|
34 | port:kdepimlibs4 \ |
---|
35 | port:libksane \ |
---|
36 | port:libxml2 \ |
---|
37 | port:libxslt \ |
---|
38 | port:taglib \ |
---|
39 | port:yaz \ |
---|
40 | port:exempi \ |
---|
41 | port:qjson |
---|
42 | |
---|
43 | depends_run-append port:oxygen-icons |
---|