4a85681850
KTimeclock is a personal timeclock to keep track of how much time is spent working on various projects and the tasks that they involve. Simply set up a series of projects, each of which can contain multiple sub-projects and tasks; select the current task that you're working on; start the clock; and KTimeclock will track the time you've spent working on that task.
39 lines
958 B
Makefile
39 lines
958 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/07 06:56:39 kevlo Exp $
|
|
|
|
COMMENT= "task-based timeclock"
|
|
|
|
DISTNAME= ktimeclock-2.0.1
|
|
CATEGORIES= misc x11
|
|
NEED_VERSION= 1.504
|
|
|
|
HOMEPAGE= http://www.howlingfrog.com/opensource/ktimeclock/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/v2.0.1/tarball/
|
|
|
|
BUILD_DEPENDS= ::x11/qt2-designer
|
|
|
|
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kio,kssl::x11/kde/libs2
|
|
|
|
MODULES= qt2
|
|
|
|
MAKE_ENV= ${CONFIGURE_ENV}
|
|
# Ensure qt2 will always be at the front
|
|
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
|
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
|
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
|
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
|
|
|
.include <bsd.port.mk>
|