Changeset View
Changeset View
Standalone View
Standalone View
deskutils/charmtimetracker/Makefile
| PORTNAME= charmtimetracker | PORTNAME= charmtimetracker | ||||
| DISTVERSION= 1.12.0 | DISTVERSION= 1.12.0 | ||||
| PORTREVISION= 6 | PORTREVISION= 7 | ||||
| CATEGORIES= deskutils | CATEGORIES= deskutils | ||||
| # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | # PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||||
| MAINTAINER= adridg@FreeBSD.org | MAINTAINER= adridg@FreeBSD.org | ||||
| COMMENT= Time tracker | COMMENT= Time tracker | ||||
| # The top-level license file is GPLv2, but all the sources say | # The top-level license file is GPLv2, but all the sources say | ||||
| # (at your option) GPLv2+ . | # (at your option) GPLv2+ . | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libqt5keychain.so:security/qtkeychain | LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 | ||||
| USES= cmake compiler:c++11-lib pkgconfig qt:5 xorg | USES= cmake compiler:c++11-lib pkgconfig qt:5 xorg | ||||
| CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION} | CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION} | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= KDAB | GH_ACCOUNT= KDAB | ||||
| GH_PROJECT= Charm | GH_PROJECT= Charm | ||||
| USE_QT= core dbus gui \ | USE_QT= core dbus gui \ | ||||
| network printsupport script sql sql-sqlite3 \ | network printsupport script sql sql-sqlite3 \ | ||||
| widgets xml \ | widgets xml \ | ||||
| buildtools_build qmake_build testlib_build | buildtools_build qmake_build testlib_build | ||||
| USE_XORG= ice x11 xcb xext xscrnsaver | USE_XORG= ice x11 xcb xext xscrnsaver | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||