mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
311bf443f1
Qt testlib is a library for tests; it is not generally needed at runtime. Move it to a _build dependency for the KDE-related ports that use it for their tests.
32 lines
753 B
Makefile
32 lines
753 B
Makefile
PORTNAME= charmtimetracker
|
|
DISTVERSION= 1.12.0
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
USES= cmake compiler:c++11-lib pkgconfig qt:5 xorg
|
|
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 \
|
|
widgets xml \
|
|
buildtools_build qmake_build testlib_build
|
|
USE_XORG= ice x11 xcb xext xscrnsaver
|
|
|
|
.include <bsd.port.mk>
|