summaryrefslogtreecommitdiff
path: root/deskutils/gkrellm-gtodo/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 21:39:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 21:39:29 +0000
commit45cff1ac261bb1ee10ea9cc3a9bb3d4e31bb42bf (patch)
tree0ae32bcc07ead7b0a2d4ff6b7a613a94d7fbcaea /deskutils/gkrellm-gtodo/Makefile
parentUpgrade to 1.3.15. The "time fudge" stuff is gone at last. (diff)
Add gkrellm-gtodo, a GkrellM2 plugin that tracks tasks and to-do items. It also
supports deadline reminder alarms, tracking of time spent on individual tasks, and task-diary (sort of) through task comments. PR: ports/66045 Submitted by: Tobias Roth <ports@fsck.ch>
Notes
Notes: svn path=/head/; revision=108214
Diffstat (limited to 'deskutils/gkrellm-gtodo/Makefile')
-rw-r--r--deskutils/gkrellm-gtodo/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/deskutils/gkrellm-gtodo/Makefile b/deskutils/gkrellm-gtodo/Makefile
new file mode 100644
index 000000000000..c3408e8cf95d
--- /dev/null
+++ b/deskutils/gkrellm-gtodo/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gkrellm-gtodo
+# Date created: Wed Apr 28 08:31:22 CEST 2004
+# Whom: Tobias Roth <ports@fsck.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtodo
+PORTVERSION= 0.2.5.a
+CATEGORIES= deskutils
+MASTER_SITES= http://voidtrance.home.comcast.net/software/files/gtodo/ \
+ http://depot.fsck.ch/mirror/distfiles/
+PKGNAMEPREFIX= gkrellm-
+DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-0.2.5a
+
+MAINTAINER= ports@fsck.ch
+COMMENT= GKrellM2 plugin that tracks tasks and to-do items
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gtk20
+
+PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gtodo.so
+WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PKGNAMEPREFIX}${PORTNAME}.so \
+ ${PREFIX}/libexec/gkrellm2/plugins/
+
+.include <bsd.port.mk>