-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fixes from Kirill Bychkov. https://marc.info/?l=openbsd-ports&m=170161542700837
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters