mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
350 B
Makefile
19 lines
350 B
Makefile
COMMENT = list block devices
|
|
DISTNAME = lsblk-1.3.1
|
|
CATEGORIES = sysutils
|
|
HOMEPAGE = https://got.stuerz.xyz/?action=summary&path=lsblk.git
|
|
SITES = https://got.stuerz.xyz/download/
|
|
MAINTAINER = Benjamin Stuerz <benni@stuerz.xyz>
|
|
REVISION = 0
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
WANTLIB += c util
|
|
|
|
MAKE_ENV = CC="${CC}"
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|