Add new port: devel/ponscripter-sekai
PR: 195799
Approved by: ??? (mentor)
Ponscripter is an interpreter for visual-novel-type games, derived from
the NScripter design but modified significantly to improve support for
Western languages (at the cost of diminished support for Japanese).
Ponscripter is a fork of ONScripter-En that drops any attempt to remain
in synch with the upstream source code, and instead concentrates on
providing the best possible support for Western languages. It is no
longer fully NScripter-compatible, but remains an easy target to port
NScripter games to when localising them.
This fork takes advantage of SDL2 and improves Steam integration.
WWW: https://github.com/sekaiproject/ponscripter-fork
USES= compiler ... .include <bsd.port.options.mk> .if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc USES+= compiler:c++11-lang .endif .include <bsd.port.pre.mk> .if ${CHOSEN_COMPILER_TYPE} == clang CONFIGURE_ENV+= CC_VER="4.8" CONFIGURE_ARGS+=--unsupported-compiler .endif