freebsd-ports/sysutils/zfs-stats-lite/Makefile

24 lines
482 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= ports@FreeBSD.org
COMMENT= Display human-readable ZFS statistics
LICENSE= BSD2CLAUSE
CONFLICTS_INSTALL= zfs-stats-[0-9]*
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>