mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
26 lines
497 B
Makefile
26 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>
|