18 lines
272 B
Makefile
18 lines
272 B
Makefile
COMMENT = gather and display CPU architecture information
|
|
CATEGORIES = sysutils
|
|
|
|
GH_ACCOUNT = NanXiao
|
|
GH_PROJECT = lscpu
|
|
GH_TAGNAME = 1.2.0
|
|
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|