The package by make package will install fine but it's not
possible to start the game. make install runs T.o.M.Es own
install script which changes file permissions. This is not
done using the binary package. To fix this I have added the
corresponding @exec directives to the pkg-plist.
While here I added the creation of the plot directory which
is not part of the binary package.
While here I replaced @dirrm with @dirrmtry directives to
make the deinstall less verbose. Problem is T.o.M.E spams
the %%DATADIR%% so it won't deinstall cleanly. To make the
user aware of this I added a pkg-deinstall script which
will emit a corresponding message.
PR: ports/125194
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Approved by: Peter Thoenen <peter.thoenen@yahoo.com>
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)