aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zfs-stats-lite/Makefile
blob: f8e279ce523c1e662c412963328b10f5d7624cb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	zfs-stats-lite
PORTVERSION=	1.4
CATEGORIES=	sysutils
MASTER_SITES=	http://druidbsd.sourceforge.net/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Display human-readable ZFS statistics
WWW=		http://druidbsd.sourceforge.net/download.shtml #zfs-stats-lite

LICENSE=	BSD2CLAUSE

CONFLICTS_INSTALL=	zfs-stats

NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	bin/zfs-stats

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats

.include <bsd.port.mk>