ports/sysutils/reptyr/Makefile
Yuri Victorovich 16b8823a78 sysutils/reptyr: update 0.8.0 → 0.10.0
PR:	279616
Approved by:	andoriyu@gmail.com (maintainer's timeout; 4+ months)
2024-10-14 08:02:33 -07:00

24 lines
487 B
Makefile

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