mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
26 lines
524 B
Makefile
26 lines
524 B
Makefile
|
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= rex
|
||
|
PORTVERSION= 4.0
|
||
|
CATEGORIES= sysutils tcl
|
||
|
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/
|
||
|
|
||
|
MAINTAINER= zeus@gnu.org.ua
|
||
|
COMMENT= Remote EXecution utility
|
||
|
|
||
|
LICENSE= GPLv3+
|
||
|
|
||
|
RUN_DEPENDS= expect:lang/expect
|
||
|
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
PLIST_FILES= bin/rex man/man8/rex.8.gz
|
||
|
|
||
|
do-install:
|
||
|
cd ${WRKSRC} && ${WRKSRC}/install --prefix=${STAGEDIR}${PREFIX} \
|
||
|
--sysconfdir=${PREFIX}/etc \
|
||
|
--mandir=${STAGEDIR}${MANPREFIX}/man
|
||
|
|
||
|
.include <bsd.port.mk>
|