1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/sysutils/zogftw/Makefile
T
Xavier Beaudouin ee5c766cba */*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.

If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:

        DEFAULT_VERSIONS+=sudo=sssd

All sudo consummer ports has benn updated to USES=sudo

Reviewed by:    0mp
Approved by:    mat
Sponsored by:   Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D52160
2025-11-11 04:16:23 +01:00

38 lines
886 B
Makefile

PORTNAME= zogftw
DISTVERSION= 2025-02-23
DISTVERSIONSUFFIX= -48a7d58
CATEGORIES= sysutils
MASTER_SITES= https://www.fabiankeil.de/sourcecode/zogftw/
MAINTAINER= fk@fabiankeil.de
COMMENT= Creates redundant backups on encrypted ZFS pools
WWW= https://www.fabiankeil.de/gehacktes/zogftw/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= mbuffer:misc/mbuffer
TEST_DEPENDS= atf-sh:devel/atf \
kyua:devel/kyua
USES= sudo
NO_BUILD= yes
PORTSCOUT= ignore:1
PLIST_FILES= sbin/zogftw \
share/man/man8/zogftw.8.gz
OPTIONS_DEFINE= GNUPG
OPTIONS_DEFAULT= GNUPG
GNUPG_RUN_DEPENDS= gpg:security/gnupg
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw
${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-test:
${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/kyua test --kyuafile ${WRKSRC}/tests/Kyuafile
.include <bsd.port.mk>