20 lines
332 B
Makefile
20 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/11/23 14:11:17 bcallah Exp $
|
|
|
|
COMMENT = display free and used memory in the system
|
|
CATEGORIES = sysutils
|
|
|
|
GH_ACCOUNT = NanXiao
|
|
GH_PROJECT = free
|
|
GH_TAGNAME = v1.1
|
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c util
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|