Brian Callahan writes:
> Hi ports --
>
> I get asked fairly often how to set up OpenRCT2. I would like to add a
> pkg/README so that I don't have to keep answering the same question over
> and over.
>
> OK?
>
> ~Brian
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/games/openrct2/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile 9 Sep 2017 20:03:15 -0000 1.5
> +++ Makefile 10 Dec 2017 06:16:05 -0000
> @@ -3,6 +3,7 @@
> V = 0.1.1
> COMMENT = open source re-implementation of RollerCoaster Tycoon 2
> DISTNAME = openrct2-${V}
> +REVISION = 0
> CATEGORIES = games x11
>
> HOMEPAGE = https://openrct2.org/
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/games/openrct2/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 PLIST
> --- pkg/PLIST 9 Sep 2017 20:03:15 -0000 1.2
> +++ pkg/PLIST 10 Dec 2017 06:16:05 -0000
> @@ -8,6 +8,7 @@ share/doc/openrct2/changelog.txt
> share/doc/openrct2/contributors.md
> share/doc/openrct2/licence.txt
> share/doc/openrct2/readme.txt
> +share/doc/pkg-readmes/${FULLPKGNAME}
> share/icons/hicolor/128x128/apps/openrct2.png
> share/icons/hicolor/16x16/apps/openrct2.png
> share/icons/hicolor/256x256/apps/openrct2.png
> Index: pkg/README
> ===================================================================
> RCS file: pkg/README
> diff -N pkg/README
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ pkg/README 10 Dec 2017 06:16:05 -0000
> @@ -0,0 +1,25 @@
> +$OpenBSD$
> +
> ++-----------------------------------------------------------------------
> +| Running ${FULLPKGNAME} on OpenBSD
> ++-----------------------------------------------------------------------
> +
> +OpenRCT2
> +========
> +OpenRCT2 requires the original game files from RollerCoaster Tycoon 2
> +to work properly. These can come from an original CD or from GOG.com.
> +
> +If using the GOG.com version, you must extract the files from
> +setup_rollercoaster_tycoon_2.exe using archivers/innoextract. The files
I would refer to the package innoextract rather than the port here.
Packages are still the primary way people should be getting software,
not ports. With that change, ok with me.