mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Many consecutive timeouts. We thank linpct for all his efforts and hope to see him back in the future. PR: 267643
35 lines
862 B
Makefile
35 lines
862 B
Makefile
PORTNAME= rsyncrypto
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Rsync Friendly File Encryption
|
|
WWW= https://rsyncrypto.lingnu.com/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libargtable2.so:devel/argtable
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
USES= compiler:c++11-lang gmake localbase ssl tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/rsyncrypto \
|
|
bin/rsyncrypto_recover \
|
|
man/man1/rsyncrypto.1.gz \
|
|
man/man1/rsyncrypto_recover.1.gz
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
# Inhibit the check for RSA_get0_factors() to support older OpenSSL versions
|
|
@${REINPLACE_CMD} -e '/RSA_get0_factors/,+49d' ${WRKSRC}/configure
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|