2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = build OpenBSD release
|
|
|
|
|
|
|
|
V = 17.8.1
|
|
|
|
DISTNAME = robsd-${V}
|
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/mptre/robsd
|
|
|
|
|
|
|
|
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
|
|
|
|
|
|
|
|
# ISC
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
# uses pledge()
|
|
|
|
WANTLIB += c
|
|
|
|
|
|
|
|
TEST_DEPENDS = textproc/libxml
|
|
|
|
|
2023-09-22 16:24:11 +00:00
|
|
|
SITES = https://github.com/mptre/robsd/releases/download/v${V}/
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = simple
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|