opnsense-ports/sysutils/rex/Makefile
Franco Fichtner 6285640f4c */*: sync with upstream
Taken from: FreeBSD
2024-01-16 11:33:30 +01:00

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>