1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/fsh/Makefile
Pawel Pekala 734defef3e - Add staging support
- Fix typo in pkg-descr
2014-07-08 12:27:41 +00:00

30 lines
614 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
USE_PYTHON= yes
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>