commit 6a6922bd71f3e17dc6e7bbaeaf2c212379dd4fcb parent 3ced2551763c597efb6c7f4a98b123f5a27e6023 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 21 Jul 2014 17:34:24 +0000 add sandy Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> Diffstat:
A | sandy/mkfile | | | 5 | +++++ |
A | sandy/sandy.mk | | | 16 | ++++++++++++++++ |
A | sandy/v.mk | | | 1 | + |
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/sandy/mkfile b/sandy/mkfile @@ -0,0 +1,5 @@ +<$mkbuild/mk.3rdparty + +src = sandy +git = git://git.suckless.org/sandy +mkfile = ../sandy.mk diff --git a/sandy/sandy.mk b/sandy/sandy.mk @@ -0,0 +1,16 @@ +BIN = sandy +OBJ = sandy.o +INSTALL_BIN = sandy +INSTALL_MAN1 = `{ls *.1} +NPROC = $nprocs +DEPS = ncurses + +<$mkbuild/mk.common +<../v.mk + +LOCAL_CFLAGS = -DVERSION=\"$v\" ${ncurses_cflags} +LOCAL_LDFLAGS = ${ncurses_ldflags} -lncurses +sandy_LDFLAGS = +LOCAL_BIN_LDFLAGS = + +&:n: &.o diff --git a/sandy/v.mk b/sandy/v.mk @@ -0,0 +1 @@ +v = git