mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
eabbfd75e3
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
33 lines
608 B
Makefile
33 lines
608 B
Makefile
# Created by: Andriy Gapon <avg@icyb.net.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= charmtimetracker
|
|
PORTVERSION= 1.6.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= Time tracker
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KDAB
|
|
GH_PROJECT= Charm
|
|
|
|
USES= cmake
|
|
CMAKE_ARGS+= -DCharm_VERSION:STRING=${PORTVERSION}
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui network \
|
|
qtestlib sql sql-sqlite3 xml
|
|
USE_XORG= ice x11 xext xscrnsaver
|
|
INSTALLS_ICONS= yes
|
|
|
|
PORTDOCS= ReadMe.txt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${DOCSDIR}/License.txt
|
|
|
|
.include <bsd.port.mk>
|