freebsd-ports/sysutils/lsblk/Makefile
Koichiro Iwao ab24952d4f New port: sysutils/lsblk
Lists information about block devices in the system in a similar way
that util-linux's lsblk(8) does.

WWW: https://github.com/vermaden/scripts/blob/master/lsblk.sh

PR:		241056
Submitted by:	vermaden@interia.pl
2019-10-08 01:02:48 +00:00

23 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= lsblk
PORTVERSION= 1.0
#PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/vermaden/scripts/raw/master/release/
MAINTAINER= vermaden@interia.pl
COMMENT= Lists information about block devices in the system
LICENSE= BSD2CLAUSE
NO_BUILD= YES
NO_ARCH= YES
PLIST_FILES= sbin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lsblk.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>