1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/zxfer/Makefile
Koichiro Iwao ab25fb765b sysutils/zxfer: Update to 1.1.7
zxfer 1.1.7 includes a number of fixes for cross-OS compatibility

While here,
- Reorder sections
- Use PLIST_FILES instead of pkg-plist

PR:		236352
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
Approved by:	maintainer
Relnotes:	https://github.com/allanjude/zxfer/releases/tag/v1.1.7
2019-04-22 05:38:57 +00:00

34 lines
653 B
Makefile

# Created by: Ivan Dreckman <ivannashdreckman@fastmail.fm>
# $FreeBSD$
PORTNAME= zxfer
PORTVERSION= 1.1.7
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ports@scaleengine.com
COMMENT= Easily and reliably transfer ZFS filesystems
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= allanjude
NO_BUILD= yes
OPTIONS_DEFINE= RSYNC
RSYNC_DESC= Enable RSYNC Support
RSYNC_RUN_DEPENDS= rsync:net/rsync
.include <bsd.port.options.mk>
PLIST_FILES= man/man8/zxfer.8.gz \
sbin/zxfer
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zxfer ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/zxfer.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>