freebsd-ports/sysutils/reptyr/Makefile
Cy Schubert 2778a12ebb sysutils/reptyr: Revert "sysutils/reptyr: Address LLVM 13 build failure"
This reverts commit b8c4bfe660.

A proper patch will be created and submitted upstream.
2021-12-01 20:09:22 -08:00

25 lines
497 B
Makefile

# Created by: Andrey Cherkashin <andoriyu@gmail.com>
PORTNAME= reptyr
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= reptyr-
CATEGORIES= sysutils
MAINTAINER= andoriyu@gmail.com
COMMENT= Reparent a running program to a new terminal
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= nelhage
MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \
MANDIR=${MANPREFIX}/man
USES= gmake
ONLY_FOR_ARCHS= i386 amd64
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr
.include <bsd.port.mk>