games/openrct2: Replace static lib with shared lib
Approved by: portmgr blanket
This commit is contained in:
parent
f8e03b120b
commit
2d918e4e3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465412
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= openrct2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= pkubaj@anongoth.pl
|
||||
|
@ -32,7 +33,8 @@ 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue