wip: packaging + scripts before archive into OpenKKnD

This commit is contained in:
OpenClaw 2026-09-07 01:05:58 +02:00
parent 820813e24b
commit 769d779571
11 changed files with 177 additions and 7 deletions

15
packaging/pkgsrc/Makefile Normal file
View file

@ -0,0 +1,15 @@
# $NetBSD$
# OpenKKND — pkgsrc skeleton (NetBSD and pkgsrc on other OS)
DISTNAME= openkknd-0.1.0
CATEGORIES= games
MASTER_SITES= # local / github later
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://localhost/openkknd
COMMENT= Original post-apoc RTS (portable C, SDL2)
LICENSE= mit
USE_LANGUAGES= c11
USE_CMAKE= yes
.include "../../devel/cmake/build.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"