tlibncurses: new port - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit b8a9d091515e48fff643cd0abf65fe9153bd058c
(DIR) parent 900b95ca4f8387ad4a19b30ad13fc0be2f8e9731
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Wed, 20 Jan 2016 18:06:51 +0100
libncurses: new port
Diffstat:
A libncurses/mkfile | 17 +++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/libncurses/mkfile b/libncurses/mkfile
t@@ -0,0 +1,17 @@
+pkg = libncurses
+ver = 6.0
+url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-$ver.tar.gz
+
+<../config.mk
+<../default.mk
+
+CONFIGURE = ${CONFIGURE} \
+ --with-install-prefix=$destdir \
+ --without-tests \
+ --without-cxx \
+ --without-cxx-binding \
+ --without-ada \
+ --enable-overwrite \
+ --enable-sigwinch \
+ --enable-widec \
+ --with-normal