18 lines
270 B
Makefile
18 lines
270 B
Makefile
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>
|