ports

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

commit 9a0e1e6c55550f80ad10c7ff2d2587bb5888ff0b
parent fa18f3d258b41eaa6bdd8a039e727a65c77fefbb
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Tue,  1 Apr 2014 12:43:45 +0100

Add jupp

Diffstat:
Ajupp/jupp.mk | 19+++++++++++++++++++
Ajupp/mkfile | 6++++++
2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/jupp/jupp.mk b/jupp/jupp.mk @@ -0,0 +1,19 @@ +TARG = jupp + +<$mkbuild/mk.common + +INSTALL_BIN = joe +INSTALL_MAN1 = joe.1 +INSTALL_OTHER1 = charmaps/klingon +INSTALL_OTHER1_DIR = /etc/joe/charmaps +INSTALL_OTHER2 = joerc jmacsrc +INSTALL_OTHER2_DIR = /etc/joe +INSTALL_OTHER3 = `{ls syntax/*} +INSTALL_OTHER3_DIR = /etc/joe/syntax +INSTALL_SYMLINK = joe /bin/jmacs \ + joe.1 $MANDIR/man1/jmacs.1 + +jupp:QV: + sh configure --prefix="$PREFIX" + make -j$nprocs + diff --git a/jupp/mkfile b/jupp/mkfile @@ -0,0 +1,6 @@ +<$mkbuild/mk.3rdparty + +v = 3.1jupp26 +src = jupp +url = $mirror/joe-$v.tgz +mkfile = ../jupp.mk