freebsd-ports/sysutils/lsblk/Makefile
Lewis Cook 3625ba51fe
sysutils/lsblk: Update to 3.5
* Remove control sequences and colors from output when listing disks.
* Use diskinfo(8) only for md(4) disks as geom(4) does not support them.
* Add new comments and rework some of the older ones.
* Add additional checks for SIZE gathering and printing.
* Properly print exFAT filesystem label when on entire device without partitions.
* Fix display of NTFS-3G mountpoints.
* Check automount(8) /var/run/automount.state for fusefs(5) filesystems.

PR:		255906
Submitted by:	vermaden@interia.pl (maintainer)
2021-05-15 18:13:46 +01:00

22 lines
413 B
Makefile

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