Commits
Sireesh Kodali authored and Perry E. Metzger committed cff0bf1ee04
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup cmake 1.1 |
6 + | PortGroup qt5 1.0 |
6 7 | PortGroup cxx11 1.1 |
7 8 | PortGroup compiler_blacklist_versions 1.0 |
9 + | |
8 10 | #NOTE: requires C++14 |
9 11 | |
10 12 | github.setup mujx nheko 0.5.2 v |
11 13 | categories net chat |
12 14 | platforms darwin |
13 15 | license GPL-3 |
14 16 | maintainers {@scarface-one gmail.com:sireeshkodali1} |
15 17 | description A matrix chat client |
16 18 | long_description Nheko is a native desktop matrix \ |
17 19 | chat client. It aims to be more \ |
38 40 | depends_build-append port:lmdbxx \ |
39 41 | port:matrix-structs \ |
40 42 | port:mtxclient \ |
41 43 | port:olm \ |
42 44 | port:tweeny |
43 45 | |
44 46 | depends_lib-append port:boost \ |
45 47 | port:fontconfig \ |
46 48 | port:libsodium \ |
47 49 | port:lmdb \ |
48 - | port:qt5-qtbase \ |
49 - | port:qt5-qtmacextras \ |
50 - | port:qt5-qtmultimedia \ |
51 - | port:qt5-qtsvg \ |
52 - | port:qt5-qttools \ |
53 50 | port:spdlog |
54 51 | |
52 + | qt5.depends_component qtbase \ |
53 + | qtmacextras \ |
54 + | qtmultimedia \ |
55 + | qtsvg \ |
56 + | qttools |
57 + | |
55 58 | destroot { |
56 59 | copy ${workpath}/build/nheko.app ${destroot}${applications_dir}/Nheko.app |
57 60 | } |