2018-02-21 09:03:18 +01:00
|
|
|
PORTNAME= bstone
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 1.1.9
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2018-02-21 09:03:18 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
MAINTAINER= devel@stasyan.com
|
|
|
|
COMMENT= Source port of Blake Stone
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/bibendovsky/bstone
|
2018-02-21 09:03:18 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
|
2019-11-08 11:47:01 +01:00
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig sdl
|
2018-02-21 09:03:18 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= bibendovsky
|
|
|
|
USE_SDL= sdl2
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
|
|
|
|
PLIST_FILES= bin/bstone
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bstone ${STAGEDIR}${PREFIX}/bin
|
|
|
|
|
|
|
|
do-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../CHANGELOG.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|