aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/charmtimetracker/Makefile
blob: 334299314f85862918cd605b880fe7bc586289c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Andriy Gapon <avg@icyb.net.ua>
# $FreeBSD$

PORTNAME=   charmtimetracker
DISTVERSION=    1.12.0
PORTREVISION=   1
CATEGORIES= deskutils

# PATCH_SITES=  https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

MAINTAINER= adridg@FreeBSD.org
COMMENT=    Time tracker

# The top-level license file is GPLv2, but all the sources say
# (at your option) GPLv2+ .
LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libqt5keychain.so:security/qtkeychain@qt5

USES=       cmake compiler:c++11-lib pkgconfig qt:5
CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION}

USE_GITHUB= yes
GH_ACCOUNT= KDAB
GH_PROJECT= Charm

USE_QT=     core dbus gui \
        network printsupport script sql sql-sqlite3 \
        testlib widgets xml \
        buildtools_build qmake_build
USE_XORG=   ice x11 xcb xext xscrnsaver

.include <bsd.port.mk>