10 lines
306 B
Makefile
10 lines
306 B
Makefile
COMMENT = original post-apoc RTS (portable C, SDL2)
|
|
DISTNAME = openkknd-0.1.0
|
|
CATEGORIES = games
|
|
HOMEPAGE = https://localhost/openkknd
|
|
# OpenBSD port skeleton — fill MASTER_SITES when released
|
|
PERMIT_PACKAGE = Yes
|
|
WANTLIB = c SDL2
|
|
MODULES = devel/cmake
|
|
LIB_DEPENDS = devel/sdl2
|
|
.include <bsd.port.mk>
|