opnsense-ports/sysutils/lsblk/Makefile
Franco Fichtner 395c608a32 sysutils/lsblk: sync with upstream
Taken from: FreeBSD
2023-01-17 08:33:24 +01:00

21 lines
452 B
Makefile

PORTNAME= lsblk
PORTVERSION= 3.7
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
WWW= https://github.com/vermaden/lsblk
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>