mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
17 lines
232 B
Makefile
17 lines
232 B
Makefile
COMMENT = display free and used memory in the system
|
|
CATEGORIES = sysutils
|
|
|
|
GH_ACCOUNT = NanXiao
|
|
GH_PROJECT = free
|
|
GH_TAGNAME = v1.1
|
|
REVISION = 0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c util
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|