15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/10 21:14:58 otis Exp $
|
|
|
|
DISTNAME= virt-what-1.20
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://people.redhat.com/~rjones/virt-what/files/
|
|
|
|
MAINTAINER= juraj@lutter.sk
|
|
HOMEPAGE= https://people.redhat.com/~rjones/virt-what/
|
|
COMMENT= Utility to determine whether it is being run in virtual environment
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pod2man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|