diff options
author | garbled <garbled@pkgsrc.org> | 2005-12-29 21:11:33 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2005-12-29 21:11:33 +0000 |
commit | dc97d0d6096edcaa9818036625e8a2bcee4cb1f3 (patch) | |
tree | 0e5cb87b1df4a49843cdc39c1973f4228b739acb /time/gchore/Makefile | |
parent | ea25cbef778552a3ce0cfca333f38ea910490c75 (diff) | |
download | pkgsrc-dc97d0d6096edcaa9818036625e8a2bcee4cb1f3.tar.gz |
Import gchore-1.0.
Gchore is a simple tool that tracks your chores, and reminds you to do them
on a daily basis. It is not a general todo list, it is better suited for
repeating tasks, such as taking out the garbage on mondays.
Diffstat (limited to 'time/gchore/Makefile')
-rw-r--r-- | time/gchore/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/time/gchore/Makefile b/time/gchore/Makefile new file mode 100644 index 00000000000..e2de58c1f9b --- /dev/null +++ b/time/gchore/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/29 21:11:33 garbled Exp $ +# + +DISTNAME= gchore-1.0 +CATEGORIES= x11 time +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gchore/} + +MAINTAINER= root@garbled.net +HOMEPAGE= http://gchore.sourceforge.net/ +COMMENT= Chore reminder tool with gtk UI + +USE_TOOLS+= pkg-config +GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin + +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |