summaryrefslogtreecommitdiff
path: root/time/gtodo/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-10 19:20:45 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-10 19:20:45 +0000
commit58af907e9b2bf542e71f7500401abb89394679c2 (patch)
tree0eb7fc7e8a1ba33fe8bcafa371641d837e65f1e1 /time/gtodo/Makefile
parent8e764a23f4891f55ae3dacbb94cbf9e1ee68674a (diff)
downloadpkgsrc-58af907e9b2bf542e71f7500401abb89394679c2.tar.gz
Initial import of gtodo, version 0.14:
Gtodo is a to-do list manager written for use with the GNOME desktop. It tries to follow the HIG and GNOME policies as well as possible.
Diffstat (limited to 'time/gtodo/Makefile')
-rw-r--r--time/gtodo/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile
new file mode 100644
index 00000000000..a0db4d115d6
--- /dev/null
+++ b/time/gtodo/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/10 19:20:45 jmmv Exp $
+#
+
+DISTNAME= gtodo-0.14
+CATEGORIES= time gnome
+MASTER_SITES= http://download.qballcow.nl/programs/gtodo/
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://qballcow.nl/index.php?s=4
+COMMENT= To-do list manager for the GNOME desktop
+
+DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+USE_PKGLOCALEDIR= YES
+
+GCONF2_SCHEMAS= gtodo.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"