ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 0e06f8d73e16af5e55e7af62b6a56b2a44bbe861
parent bea5a86aeb8874dade44768657b6bd35d0308179
Author: sin <sin@2f30.org>
Date:   Fri,  4 Jul 2014 14:15:19 +0100

Add nbwmon

Diffstat:
Anbwmon/mkfile | 5+++++
Anbwmon/nbwmon.mk | 8++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/nbwmon/mkfile b/nbwmon/mkfile @@ -0,0 +1,5 @@ +<$mkbuild/mk.3rdparty + +src = nbwmon +git = git://github.com/defer-/nbwmon.git +mkfile = ../nbwmon.mk diff --git a/nbwmon/nbwmon.mk b/nbwmon/nbwmon.mk @@ -0,0 +1,8 @@ +BIN = nbwmon +OBJ = nbwmon.o +INSTALL_BIN = nbwmon +LOCAL_CFLAGS = -std=c99 +LOCAL_LDFLAGS = -lncursesw +DEPS = ncurses + +<$mkbuild/mk.default