1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/shells/rssh/Makefile
Pawel Pekala fa114e1292 - Add rsync3 support
- Add LICENSE

PR:		ports/180573
Submitted by:	maintainer
2014-02-01 17:18:14 +00:00

32 lines
751 B
Makefile

# Created by: enigmatyc
# $FreeBSD$
PORTNAME= rssh
PORTVERSION= 2.3.4
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>