Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

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>