1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/shells/rssh/Makefile
Baptiste Daroussin 2bacde9c3b Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword

CR:		D208
Reviewed by:	antoine
With hat:	portmgr
2014-06-11 17:42:36 +00:00

33 lines
767 B
Makefile

# Created by: enigmatyc
# $FreeBSD$
PORTNAME= rssh
PORTVERSION= 2.3.4
PORTREVISION= 1
CATEGORIES= shells security
MASTER_SITES= SF
MAINTAINER= jharris@widomaker.com
COMMENT= Restricted Secure SHell only for sftp/scp/rdist/rsync/CVS
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USE_CSTD= gnu89
OPTIONS_DEFINE= RDIST RSYNC3
RDIST_DESC= rdist support
RDIST_RUN_DEPENDS= rdist6:${PORTSDIR}/net/rdist6
RDIST_CONFIGURE_ON= --with-rdist=${LOCALBASE}/bin/rdist6
RSYNC3_DESC= rsync3 support (Debian patch)
RSYNC3_EXTRA_PATCHES= ${FILESDIR}/optional-patch-util.c
post-patch:
@${REINPLACE_CMD} -E -e 's,(\$$\(DESTDIR\)\$$\(sysconfdir\)/\$$\$$f),\1.dist,g' \
-e 's,u\+s ,u+s $$\(DESTDIR\),g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>