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
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dxx-rebirth
|
|
PORTVERSION= 20190621
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -src
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= pkubaj@FreeBSD.org
|
|
COMMENT= Open source port of Descent and Descent 2
|
|
|
|
LICENSE= GPLv3 PARALLAX
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_PARALLAX= original Parallax license
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/GPL-3.txt
|
|
LICENSE_FILE_PARALLAX= ${WRKSRC}/COPYING.txt
|
|
LICENSE_PERMS_PARALLAX= dist-mirror pkg-mirror auto-accept
|
|
|
|
BROKEN_aarch64= fails to configure: DXX-Archive.3: checking version of assembler 'as' ... error: No such file or directory
|
|
|
|
LIB_DEPENDS= libphysfs.so:devel/physfs \
|
|
libpng.so:graphics/png
|
|
|
|
USES= compiler:c++14-lang gl localbase:ldflags pkgconfig scons sdl tar:xz
|
|
USE_GL= gl glu
|
|
USE_SDL= mixer sdl
|
|
|
|
MAKE_ARGS= ignore_unknown_variables=1
|
|
|
|
PLIST_FILES= bin/d1x-rebirth \
|
|
bin/d2x-rebirth
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d1x-rebirth \
|
|
${STAGEDIR}${PREFIX}/bin/d2x-rebirth
|
|
|
|
.include <bsd.port.mk>
|