1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/zrep/Makefile
Rene Ladan 32cf9e1bf6 Return Neels ports to the pool on his request.
Submitted by:	neelc@neelc.org (former maintainer) via freebsd-ports
2020-03-28 11:26:58 +00:00

33 lines
643 B
Makefile

# $FreeBSD$
PORTNAME= zrep
PORTVERSION= 1.8.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= ZFS based replication and failover solution
LICENSE= bolthole
LICENSE_NAME= bolthole
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
RUN_DEPENDS= ksh93:shells/ksh93
USE_GITHUB= yes
GH_ACCOUNT= bolthole
PLIST_FILES= bin/zrep
NO_ARCH= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/ksh -p|#!${LOCALBASE}/bin/ksh93 -p|' ${WRKSRC}/zrep
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>