Index: head/games/openrct2/Makefile =================================================================== --- head/games/openrct2/Makefile (revision 465411) +++ head/games/openrct2/Makefile (revision 465412) @@ -1,44 +1,46 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= openrct2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@anongoth.pl COMMENT= Open source re-implementation of RollerCoaster Tycoon 2 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/licence.txt LIB_DEPENDS= libpng.so:graphics/png \ libjansson.so:devel/jansson \ libzip.so:archivers/libzip \ libspeexdsp.so:audio/speexdsp \ libfontconfig.so:x11-fonts/fontconfig \ libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 USES= compiler:c++14-lang cmake:outsource desktop-file-utils iconv localbase:ldflags pkgconfig shared-mime-info ssl USE_GITHUB= yes GH_ACCOUNT= OpenRCT2 GH_PROJECT= OpenRCT2 USE_GL= gl USE_LDCONFIG= yes USE_SDL= sdl2 INSTALLS_ICONS= yes SUB_FILES= pkg-message SUB_LIST= DISTVERSIONPREFIX=${DISTVERSIONPREFIX} \ DISTVERSION=${DISTVERSION} \ PORTNAME=${PORTNAME} -CMAKE_ARGS= -DDOWNLOAD_TITLE_SEQUENCES=OFF +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= DOWNLOAD_TITLE_SEQUENCES OPTIONS_DEFINE= DOCS PORTDOCS= changelog.txt contributors.md licence.txt readme.txt post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/src/openrct2/config/Config.cpp .include Index: head/games/openrct2/pkg-plist =================================================================== --- head/games/openrct2/pkg-plist (revision 465411) +++ head/games/openrct2/pkg-plist (revision 465412) @@ -1,49 +1,49 @@ bin/openrct2 bin/openrct2-cli -lib/libopenrct2.a +lib/libopenrct2.so man/man6/openrct2.6.gz share/applications/openrct2-savegame.desktop share/applications/openrct2-scenario.desktop share/applications/openrct2-uri.desktop share/applications/openrct2.desktop share/icons/hicolor/128x128/apps/openrct2.png share/icons/hicolor/16x16/apps/openrct2.png share/icons/hicolor/24x24/apps/openrct2.png share/icons/hicolor/256x256/apps/openrct2.png share/icons/hicolor/32x32/apps/openrct2.png share/icons/hicolor/48x48/apps/openrct2.png share/icons/hicolor/64x64/apps/openrct2.png share/icons/hicolor/96x96/apps/openrct2.png share/icons/hicolor/scalable/apps/openrct2.svg share/metainfo/openrct2.appdata.xml share/mime/packages/openrct2.xml %%DATADIR%%/g2.dat %%DATADIR%%/language/ar-EG.txt %%DATADIR%%/language/ca-ES.txt %%DATADIR%%/language/cs-CZ.txt %%DATADIR%%/language/de-DE.txt %%DATADIR%%/language/en-GB.txt %%DATADIR%%/language/en-US.txt %%DATADIR%%/language/es-ES.txt %%DATADIR%%/language/fi-FI.txt %%DATADIR%%/language/fr-FR.txt %%DATADIR%%/language/hu-HU.txt %%DATADIR%%/language/it-IT.txt %%DATADIR%%/language/ja-JP.txt %%DATADIR%%/language/ko-KR.txt %%DATADIR%%/language/nb-NO.txt %%DATADIR%%/language/nl-NL.txt %%DATADIR%%/language/pl-PL.txt %%DATADIR%%/language/pt-BR.txt %%DATADIR%%/language/ru-RU.txt %%DATADIR%%/language/sv-SE.txt %%DATADIR%%/language/zh-CN.txt %%DATADIR%%/language/zh-TW.txt %%DATADIR%%/shaders/applypalette.frag %%DATADIR%%/shaders/applypalette.vert %%DATADIR%%/shaders/applytransparency.frag %%DATADIR%%/shaders/applytransparency.vert %%DATADIR%%/shaders/drawline.frag %%DATADIR%%/shaders/drawline.vert %%DATADIR%%/shaders/drawrect.frag %%DATADIR%%/shaders/drawrect.vert