3a6a34e439
-- GTimer is a Gtk+-based time tracker software. It can time one or more tasks simultaneously, add text annotations to tasks, generate reports showing how your time was spent each day/week/month in either plain text or HTML and generate status reports based on task annotations. WWW: http://www.radix.net/~cknudsen/gtimer/ lebel@ ok
36 lines
783 B
Makefile
36 lines
783 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/10 22:07:07 heko Exp $
|
|
|
|
COMMENT= "GTK-based time tracker"
|
|
|
|
DISTNAME= gtimer-1.1.5
|
|
CATEGORIES= productivity x11
|
|
NEED_VERSION= 1.489
|
|
|
|
HOMEPAGE= http://www.radix.net/~cknudsen/gtimer/
|
|
|
|
MAINTAINER= Heikki Korpela <heko@openbsd.org>
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
gdk.1.2::x11/gtk+
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${MANPREFIX}/man/man1/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtimer
|
|
${INSTALL_DATA} ${WRKSRC}/{FAQ.html,README} ${PREFIX}/share/doc/gtimer
|
|
|
|
.include <bsd.port.mk>
|