summaryrefslogtreecommitdiff
path: root/time/deforaos-todo
diff options
context:
space:
mode:
authorkhorben <khorben>2012-12-17 02:05:05 +0000
committerkhorben <khorben>2012-12-17 02:05:05 +0000
commitf4e02df3731b655887cc483a1de3a07e9bd5e15a (patch)
tree6e9acf61679257ba1c0ea7366b048ec2233c59b0 /time/deforaos-todo
parentb55af677c36d2877624f57c638950fc47ba5fda3 (diff)
downloadpkgsrc-f4e02df3731b655887cc483a1de3a07e9bd5e15a.tar.gz
Imported wip/deforaos-todo, the DeforaOS todo list, under
time/deforaos-todo (version 0.1.2)
Diffstat (limited to 'time/deforaos-todo')
-rw-r--r--time/deforaos-todo/DESCR1
-rw-r--r--time/deforaos-todo/Makefile25
-rw-r--r--time/deforaos-todo/PLIST7
-rw-r--r--time/deforaos-todo/distinfo5
-rw-r--r--time/deforaos-todo/options.mk10
5 files changed, 48 insertions, 0 deletions
diff --git a/time/deforaos-todo/DESCR b/time/deforaos-todo/DESCR
new file mode 100644
index 00000000000..694b46e0e22
--- /dev/null
+++ b/time/deforaos-todo/DESCR
@@ -0,0 +1 @@
+DeforaOS desktop todo list
diff --git a/time/deforaos-todo/Makefile b/time/deforaos-todo/Makefile
new file mode 100644
index 00000000000..2886cfa6546
--- /dev/null
+++ b/time/deforaos-todo/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2012/12/17 02:05:05 khorben Exp $
+#
+
+DISTNAME= Todo-0.1.2
+PKGNAME= deforaos-todo-0.1.2
+CATEGORIES= time
+MASTER_SITES= http://www.defora.org/os/download/download/3506/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://www.defora.org/
+COMMENT= DeforaOS desktop todo list
+
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pkg-config
+
+MAKE_FLAGS+= DESTDIR=${DESTDIR}
+MAKE_FLAGS+= PREFIX=${PREFIX}
+
+.include "options.mk"
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/deforaos-libdesktop/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/deforaos-todo/PLIST b/time/deforaos-todo/PLIST
new file mode 100644
index 00000000000..36d471dfb7a
--- /dev/null
+++ b/time/deforaos-todo/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2012/12/17 02:05:05 khorben Exp $
+bin/todo
+share/applications/todo.desktop
+share/icons/hicolor/16x16/apps/todo.png
+share/icons/hicolor/24x24/apps/todo.png
+share/icons/hicolor/48x48/apps/todo.png
+share/locale/fr/LC_MESSAGES/Todo.mo
diff --git a/time/deforaos-todo/distinfo b/time/deforaos-todo/distinfo
new file mode 100644
index 00000000000..48dbe0f1a2a
--- /dev/null
+++ b/time/deforaos-todo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/12/17 02:05:05 khorben Exp $
+
+SHA1 (Todo-0.1.2.tar.gz) = 4a9c006720a984caf4d281d4d84c007d3719426a
+RMD160 (Todo-0.1.2.tar.gz) = 636c726d6f9c55f353159aefb742292c79c84f06
+Size (Todo-0.1.2.tar.gz) = 33195 bytes
diff --git a/time/deforaos-todo/options.mk b/time/deforaos-todo/options.mk
new file mode 100644
index 00000000000..7ea40a44b92
--- /dev/null
+++ b/time/deforaos-todo/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2012/12/17 02:05:05 khorben Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-todo
+PKG_SUPPORTED_OPTIONS= embedded
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Membedded)
+MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
+.endif