tAdd lex/yaccn - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit f2e4aec5399727773b75438ef2c0c0d7622cb8db
(DIR) parent eb54101ca65e69b163d592ec1424476442a0ac16
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Tue, 6 Dec 2016 14:44:27 +0100
Add lex/yaccn
Diffstat:
A lex/mkfile | 5 +++++
A yacc/mkfile | 7 +++++++
2 files changed, 12 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/lex/mkfile b/lex/mkfile
t@@ -0,0 +1,5 @@
+pkg = flex
+ver = 2.6.2
+url = https://github.com/westes/$pkg/releases/download/v$ver/$pkg-$ver.tar.gz
+
+<../default.mk
(DIR) diff --git a/yacc/mkfile b/yacc/mkfile
t@@ -0,0 +1,7 @@
+pkg = yacc
+ver = 20161202
+url = ftp://invisible-island.net/byacc/byacc.tar.gz
+
+<../default.mk
+
+MAKEFLAGS = -j${NPROC} V=1 PREFIX=/ MANDIR=$destdir/man