Skip to content

Commit

Permalink
Update OpenBSD templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Dec 4, 2023
1 parent 3123ad7 commit 6aac1d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
9 changes: 5 additions & 4 deletions templates/openbsd/ports/games/serioussam/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
COMMENT = open source version of the classic Serious Sam game
N= serioussam

V= 1.10.6c

DIST_TUPLE = github tx00100xt SeriousSamClassic ${V} .
PKGNAME = serioussam-${V}

PKGNAME = ${N}-${V}
DISTNAME = SeriousSamClassic-${V}
CATEGORIES = games

HOMEPAGE = https://github.com/tx00100xt/SeriousSamClassic
SHARED_LIBS += Engine 0.0
SHARED_LIBS += EngineMP 0.0

MAINTAINER = Alexander Pavlov <[email protected]>

Expand All @@ -20,6 +20,7 @@ WANTLIB = ${COMPILER_LIBCXX} SDL2 c m ogg pthread vorbis vorbisfile z

MODULES = devel/cmake

# c++14
COMPILER = base-clang ports-gcc

CONFIGURE_ARGS += -DUSE_SYSTEM_INSTALL=ON
Expand Down
5 changes: 2 additions & 3 deletions templates/openbsd/ports/games/serioussam/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@conflict serioussam-vk-*
@bin bin/serioussam
@bin bin/serioussam-ded
@bin bin/serioussam-mkfont
@bin bin/serioussamse
@bin bin/serioussamse-ded
@bin bin/serioussamse-mkfont
@so lib/libEngine.so
@so lib/libEngineMP.so
@lib lib/libEngine.so.${LIBEngine_VERSION}
@lib lib/libEngineMP.so.${LIBEngineMP_VERSION}
lib/serioussam/
@so lib/serioussam/libEntities.so
@so lib/serioussam/libGame.so
Expand Down
2 changes: 1 addition & 1 deletion templates/openbsd/ports/games/serioussam/pkg/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Playing Serious Sam: The First and Second Encounter requires the Steam,
GOG or CD copy of the game.

Copy all content of the original game and to the appropriate
Copy all content of the original game to the appropriate
directories:

~/.local/share/Serious-Engine/serioussam/ - for TFE
Expand Down

0 comments on commit 6aac1d3

Please sign in to comment.