openbsd-ports/sysutils/virt-what/Makefile
2022-08-20 06:13:02 +00:00

20 lines
356 B
Makefile

COMMENT = detect if we are running in a virtual machine
DISTNAME = virt-what-1.25
CATEGORIES = sysutils
HOMEPAGE = https://people.redhat.com/~rjones/virt-what/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
MASTER_SITES = ${HOMEPAGE}/files/
WANTLIB += c
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>