Date: Sat, 31 Dec 2022 03:34:11 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 329603825d8a - main - games/wxlauncher: Refactor after wxgtk28 removal Message-ID: <202212310334.2BV3YBt3009007@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=329603825d8ab880ef7e44f0fda82257271c29f9 commit 329603825d8ab880ef7e44f0fda82257271c29f9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-31 03:33:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-31 03:33:28 +0000 games/wxlauncher: Refactor after wxgtk28 removal - Pet portclippy --- games/wxlauncher/Makefile | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile index 4506bbc9a9a1..d128450b3e7f 100644 --- a/games/wxlauncher/Makefile +++ b/games/wxlauncher/Makefile @@ -14,36 +14,35 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= cmake openal pkgconfig python:build sdl -USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= scp-fs2open GH_PROJECT= wxLauncher +USE_SDL= sdl2 CMAKE_ARGS+= -DRESOURCES_PATH:STRING="${DATADIR}" -PORTDATA= * -PORTDOCS= Authors.md License.txt ReadMe*.md Thanks.txt - -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - DESKTOP_ENTRIES="wxLauncher" "${COMMENT}" \ "${PORTNAME}" "${PORTNAME}" \ "Game;" false +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png +PORTDATA= * +PORTDOCS= Authors.md License.txt ReadMe*.md Thanks.txt + OPTIONS_DEFINE= DEBUG DOCS JOYSTICK WX3 OPTIONS_DEFAULT= JOYSTICK WX3 -DEBUG_CXXFLAGS_OFF= -DNDEBUG + JOYSTICK_DESC= Build with joystick support +WX3_DESC= Build with using wxWidgets 3.0+ version + +DEBUG_CXXFLAGS_OFF= -DNDEBUG JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON JOYSTICK_CMAKE_OFF= -DUSE_JOYSTICK:BOOL=OFF -WX3_DESC= Build with using wxWidgets 3.0+ version (2.8 otherwise) -WX3_CXXFLAGS= -std=c++11 WX3_USES= compiler:c++11-lib WX3_USE= WX=3.0+ -WX3_USE_OFF= WX=2.8 WX3_CMAKE_ON= -DWXVER:STRING="3.0" -WX3_CMAKE_OFF= -DWXVER:STRING="2.8" +WX3_CXXFLAGS= -std=c++11 post-patch: .SILENT # Change version_strings.cpp.in file, based on GH_TAGNAME, without using git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212310334.2BV3YBt3009007>