Imported wip/deforaos-todo, the DeforaOS todo list, under
time/deforaos-todo (version 0.1.2)
This commit is contained in:
parent
4160025ce3
commit
a5e08656c1
5 changed files with 48 additions and 0 deletions
1
time/deforaos-todo/DESCR
Normal file
1
time/deforaos-todo/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
DeforaOS desktop todo list
|
25
time/deforaos-todo/Makefile
Normal file
25
time/deforaos-todo/Makefile
Normal file
|
@ -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"
|
7
time/deforaos-todo/PLIST
Normal file
7
time/deforaos-todo/PLIST
Normal file
|
@ -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
|
5
time/deforaos-todo/distinfo
Normal file
5
time/deforaos-todo/distinfo
Normal file
|
@ -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
|
10
time/deforaos-todo/options.mk
Normal file
10
time/deforaos-todo/options.mk
Normal file
|
@ -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
|
Loading…
Reference in a new issue