20 lines
325 B
Makefile
20 lines
325 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:42 sthen Exp $
|
|
|
|
COMMENT = display free and used memory in the system
|
|
CATEGORIES = sysutils
|
|
|
|
GH_ACCOUNT = NanXiao
|
|
GH_PROJECT = free
|
|
GH_TAGNAME = v1.0
|
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|