forked from Lainports/freebsd-ports
24 lines
535 B
Makefile
24 lines
535 B
Makefile
PORTNAME= rex
|
|
PORTVERSION= 4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils tcl
|
|
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/
|
|
|
|
MAINTAINER= zeus@gnu.org.ua
|
|
COMMENT= Remote EXecution utility
|
|
WWW= https://puszcza.gnu.org.ua/projects/rex
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= expect:lang/expect
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/rex share/man/man8/rex.8.gz
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${WRKSRC}/install --prefix=${STAGEDIR}${PREFIX} \
|
|
--sysconfdir=${PREFIX}/etc \
|
|
--mandir=${STAGEDIR}${PREFIX}/share/man
|
|
|
|
.include <bsd.port.mk>
|