From a5e08656c13f5edf2f445f786040148b3b0d5c29 Mon Sep 17 00:00:00 2001 From: khorben Date: Mon, 17 Dec 2012 02:05:05 +0000 Subject: Imported wip/deforaos-todo, the DeforaOS todo list, under time/deforaos-todo (version 0.1.2) --- time/deforaos-todo/DESCR | 1 + time/deforaos-todo/Makefile | 25 +++++++++++++++++++++++++ time/deforaos-todo/PLIST | 7 +++++++ time/deforaos-todo/distinfo | 5 +++++ time/deforaos-todo/options.mk | 10 ++++++++++ 5 files changed, 48 insertions(+) create mode 100644 time/deforaos-todo/DESCR create mode 100644 time/deforaos-todo/Makefile create mode 100644 time/deforaos-todo/PLIST create mode 100644 time/deforaos-todo/distinfo create mode 100644 time/deforaos-todo/options.mk (limited to 'time/deforaos-todo') 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 -- cgit v1.2.3