mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
games/NBlood: open source Blood engine implementation
This commit is contained in:
parent
bdc30397dd
commit
06625b0453
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547573
@ -625,6 +625,7 @@
|
||||
SUBDIR += naev-data
|
||||
SUBDIR += narcissu2
|
||||
SUBDIR += nazghul
|
||||
SUBDIR += NBlood
|
||||
SUBDIR += nehquake
|
||||
SUBDIR += nethack32
|
||||
SUBDIR += nethack33
|
||||
|
41
games/NBlood/Makefile
Normal file
41
games/NBlood/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# Created by: Piotr Kubaj <pkubaj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= NBlood
|
||||
DISTVERSION= g20200828
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
COMMENT= Reverse-engineered ports of Build games using EDuke32 engine
|
||||
|
||||
LICENSE= GPLv2 BUILDLIC
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_NAME_BUILDLIC= BUILD SOURCE CODE LICENSE
|
||||
LICENSE_FILE_BUILDLIC= ${WRKSRC}/source/build/buildlic.txt
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt
|
||||
LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
BUILD_DEPENDS= nasm:devel/nasm
|
||||
LIB_DEPENDS= libvpx.so:multimedia/libvpx \
|
||||
libFLAC.so:audio/flac \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= compiler:gcc-c++11-lib gl gmake pkgconfig sdl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nukeykt
|
||||
GH_TAGNAME= f410e02
|
||||
USE_GL= glu
|
||||
USE_SDL= sdl2
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
MAKE_ARGS= CC=${CC} CXX=${CXX}
|
||||
PLIST_FILES= bin/pcexhumed \
|
||||
bin/nblood \
|
||||
bin/rednukem
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pcexhumed ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nblood ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rednukem ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/NBlood/distinfo
Normal file
3
games/NBlood/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1599065762
|
||||
SHA256 (nukeykt-NBlood-g20200828-f410e02_GH0.tar.gz) = e4e7216749160da029cf090d5fe16345c183354d1c3ff23693f70c2ab1df7dc6
|
||||
SIZE (nukeykt-NBlood-g20200828-f410e02_GH0.tar.gz) = 41586649
|
4
games/NBlood/pkg-descr
Normal file
4
games/NBlood/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Reverse-engineered ports of Build games using EDuke32 engine technology and
|
||||
development principles.
|
||||
|
||||
WWW: https://github.com/nukeykt/NBlood
|
Loading…
Reference in New Issue
Block a user