2018-12-04 21:31:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2018/12/04 21:31:46 bcallah Exp $
|
2018-04-23 21:54:48 +00:00
|
|
|
|
2018-08-25 12:44:47 +00:00
|
|
|
V = 5.3.1
|
2018-06-17 20:08:21 +00:00
|
|
|
COMMENT = enhanced port of Thompson shell from Sixth Edition Unix
|
2018-04-23 21:54:48 +00:00
|
|
|
DISTNAME = etsh-${V}
|
2018-12-04 21:31:46 +00:00
|
|
|
REVISION = 0
|
2018-04-23 21:54:48 +00:00
|
|
|
EPOCH = 0
|
|
|
|
CATEGORIES = shells
|
|
|
|
|
2018-12-04 21:31:46 +00:00
|
|
|
HOMEPAGE = https://etsh.nl/
|
2018-04-23 21:54:48 +00:00
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
WANTLIB += c
|
|
|
|
|
2018-12-04 21:31:46 +00:00
|
|
|
MASTER_SITES = https://etsh.nl/src/etsh_${V}/
|
2018-04-23 21:54:48 +00:00
|
|
|
|
|
|
|
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>
|