1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/tartarus/Makefile
2021-04-06 16:31:07 +02:00

33 lines
1.0 KiB
Makefile

# Created by: Juraj Lutter <otis@sk.FreeBSD.org>
PORTNAME= tartarus
PORTVERSION= 0.9.8
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://wertarbyte.de/tartarus/ \
https://ftp.sk.FreeBSD.org/pub/FreeBSD/local/distfiles/
MAINTAINER= otis@FreeBSD.org
COMMENT= Wrappers around common Unix tools for simplified backup solution
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
${LOCALBASE}/bin/gtar:archivers/gtar \
${LOCALBASE}/bin/curl:ftp/curl \
${LOCALBASE}/bin/getopt:misc/getopt
USES= gmake perl5 shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/bin/*
do-install:
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} charon charon.ftp charon.local \
charon.pipe orpheus tartarus ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC}/lib && ${COPYTREE_SHARE} Tartarus ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
cd ${WRKSRC}/man && ${INSTALL_MAN} charon.ftp.1 charon.local.1 \
charon.pipe.1 tartarus.1 ${STAGEDIR}${PREFIX}/man/man1
${LN} -sf charon.ftp.1 ${STAGEDIR}${PREFIX}/man/man1/charon.1
.include <bsd.port.mk>