31c806e7de
- USE_GITHUB to fix fetch - NOPORTDOCS -> DOCS option - Don't install multiple copies of license - Tab -> space in pkg-descr - Bump PORTREVISION Approved by: portmgr (blanket approval)
34 lines
662 B
Makefile
34 lines
662 B
Makefile
# Created by: Andriy Gapon <avg@icyb.net.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= charmtimetracker
|
|
PORTVERSION= 1.6.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils kde
|
|
|
|
MAINTAINER= avg@icyb.net.ua
|
|
COMMENT= Time tracker
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KDAB
|
|
GH_PROJECT= Charm
|
|
GH_COMMIT= 3151d25
|
|
|
|
USES= cmake
|
|
CMAKE_ARGS+= -DCharm_VERSION:STRING=${PORTVERSION}
|
|
USE_KDE4= kdehier kdeprefix
|
|
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} -f ${STAGEDIR}${DOCSDIR}/License.txt
|
|
|
|
.include <bsd.port.mk>
|