2015-07-17 20:57:42 +02:00
|
|
|
# Created by: Andrey Cherkashin <andoriyu@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= reptyr
|
|
|
|
PORTVERSION= 0.6.3a
|
2016-01-27 11:30:42 +01:00
|
|
|
PORTREVISION= 2
|
2015-07-17 20:57:42 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= andoriyu@gmail.com
|
|
|
|
COMMENT= Reparent a running program to a new terminal
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= nelhage
|
|
|
|
GH_TAGNAME= 6fb15adb4552e170bcd5e648803da83dba57283b
|
|
|
|
|
2016-01-27 11:30:42 +01:00
|
|
|
MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \
|
|
|
|
MANDIR=${MANPREFIX}/man
|
2015-07-17 20:57:42 +02:00
|
|
|
USES= gmake
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr
|
|
|
|
|
2016-01-27 11:30:42 +01:00
|
|
|
.include <bsd.port.mk>
|