freebsd-ports/deskutils/charmtimetracker/Makefile
Andriy Gapon 6152492cb1 retire my older email address
Remove "created by" lines that had it.
Change to my @f.o address in maintainer lines.

PR:		250204
Approved by:	mikael
2020-10-12 12:15:38 +00:00

33 lines
760 B
Makefile

# $FreeBSD$
PORTNAME= charmtimetracker
DISTVERSION= 1.12.0
PORTREVISION= 4
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 \
testlib widgets xml \
buildtools_build qmake_build
USE_XORG= ice x11 xcb xext xscrnsaver
.include <bsd.port.mk>