| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/games/dxx-rebirth/ |
Upload File : |
PORTNAME= dxx-rebirth
PORTVERSION= 20220823
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
WWW= https://www.dxx-rebirth.com/
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
BUILD_DEPENDS= as:devel/binutils
LIB_DEPENDS= libphysfs.so:devel/physfs \
libpng.so:graphics/png
USES= compiler:c++17-lang gl localbase:ldflags pkgconfig scons sdl \
tar:xz
USE_GL= gl glu
USE_SDL= image2 mixer2 sdl2
MAKE_ARGS= ignore_unknown_variables=1 sdl2=1
PLIST_FILES= bin/d1x-rebirth \
bin/d2x-rebirth
.include <bsd.port.options.mk>
.if ${ARCH} != powerpc64 && ${ARCH} != riscv64
MAKE_ARGS+= lto=1
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/d1x-rebirth \
${STAGEDIR}${PREFIX}/bin/d2x-rebirth
.include <bsd.port.mk>