mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
7074d7f6ae
While here move some manpages to share/man
25 lines
535 B
Makefile
25 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>
|