mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
31 lines
613 B
Makefile
31 lines
613 B
Makefile
V = 5.4.0
|
|
COMMENT = enhanced port of Thompson shell from Sixth Edition Unix
|
|
DISTNAME = etsh-${V}
|
|
EPOCH = 0
|
|
CATEGORIES = shells
|
|
|
|
HOMEPAGE = https://etsh.nl/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# 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>
|