22 lines
360 B
Makefile
22 lines
360 B
Makefile
COMMENT = kernel normal form formatter
|
|
|
|
V = 4.2.0
|
|
DISTNAME = knfmt-${V}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/mptre/knfmt
|
|
|
|
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c
|
|
|
|
SITES = https://github.com/mptre/knfmt/releases/download/v${V}/
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
.include <bsd.port.mk>
|