opnsense-ports/security/fsh/Makefile
Franco Fichtner c47e4ef9f2 */*: sync with upstream
Taken from: HardenedBSD
2017-12-12 17:08:31 +01:00

29 lines
616 B
Makefile

# Created by: sumikawa
# $FreeBSD$
PORTNAME= fsh
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/fsh/ \
http://mirror2.unixfreunde.de/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast remote command execution
USES= python:2.7
GNU_CONFIGURE= yes
INFO= fsh
post-patch:
${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py
post-build:
${PYTHON_CMD} -c 'import py_compile; py_compile.main()' ${WRKSRC}/*.py
post-install:
${INSTALL_DATA} ${WRKSRC}/*.pyc ${STAGEDIR}${PREFIX}/share/fsh
.include <bsd.port.mk>