mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c3d62de999
Differential Revision: https://reviews.freebsd.org/D6114 Reviewed by: feld
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# Created by: Devin Teske <dteske@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zfs-stats-lite
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Display human-readable ZFS statistics
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
CONFLICTS_INSTALL= zfs-stats-[0-9]*
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/zfs-stats
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
|
|
|
|
.include <bsd.port.mk>
|