mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
31 lines
576 B
Makefile
31 lines
576 B
Makefile
V = 5.4.0
|
|
COMMENT = enhanced port of Thompson shell from Sixth Edition Unix
|
|
DISTNAME = etsh-${V}
|
|
EPOCH = 0
|
|
CATEGORIES = shells
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://etsh.nl/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
SITES = https://etsh.nl/src/etsh_${V}/
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
MAKE_FLAGS = SYSCONFDIR="${SYSCONFDIR}"
|
|
|
|
INSTALL_TARGET = install-etshall install-tshall install-exp
|
|
FAKE_FLAGS = BINGRP="-g ${BINGRP}" MANGRP="-g ${MANGRP}" \
|
|
BINMODE="-m ${BINMODE}" MANMODE="-m ${MANMODE}" \
|
|
PREFIX="${PREFIX}"
|
|
|
|
TEST_TARGET = check
|
|
|
|
SUBST_VARS += V
|
|
|
|
.include <bsd.port.mk>
|