Files
ports/sysutils/lsblk/Makefile
T
Xavier Beaudouin 3fc3abb6c2 sysutils/lsblk: bump PORTREVISION
PR:	293887
2026-03-26 04:23:28 +01:00

30 lines
812 B
Makefile

PORTNAME= lsblk
DISTVERSION= 4.1
PORTREVISION= 1
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} \
share/man/man8/${PORTNAME}.8.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lsblk ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/lsblk.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>