ports/sysutils/lsblk/Makefile
Slawomir Wojciech Wojtczak 200f16a27a sysutils/lsblk: Update to 4.0
Changelog:
* Add support to display single partition.

PR:		286145
Approved by:	submitter is maintainer
2025-04-17 15:38:09 +02:00

28 lines
696 B
Makefile

PORTNAME= lsblk
DISTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/:source \
https://github.com/vermaden/lsblk/raw/master/:license
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \
LICENSE:license
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= vermaden@interia.pl
COMMENT= Lists information about block devices in the system
WWW= https://github.com/vermaden/lsblk
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE
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>