SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,29 @@
COMMENT = lua bindings for OpenBSD functions
GH_ACCOUNT = n0la
GH_PROJECT = lua-openbsd
GH_TAGNAME = v0.4
CATEGORIES = devel
#MIT
PERMIT_PACKAGE = Yes
FLAVORS = lua52 lua53
FLAVOR ?=
# uses pledge()
WANTLIB = ${MODLUA_WANTLIB} m
MODULES = devel/cmake \
lang/lua
CONFIGURE_ARGS += -DMODLUA_VERSION=${MODLUA_VERSION}
NO_TEST = Yes
post-install:
${INSTALL_DATA_DIR} ${MODLUA_EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/example/*.lua ${MODLUA_EXAMPLEDIR}
.include <bsd.port.mk>