mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Block Rage is a falling blocks game with a 2-player hotseat mode,
detailed graphics and animated plasmatic backgrounds. It is a remake of the awesome DOS classic Xixit. WWW: http://blockrage.sourceforge.net/ PR: ports/167395 Submitted by: nemysis@gmx.ch
This commit is contained in:
parent
e51ad12d65
commit
cb51d3235a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296436
@ -80,6 +80,7 @@
|
||||
SUBDIR += bloboats
|
||||
SUBDIR += block
|
||||
SUBDIR += blockade
|
||||
SUBDIR += blockrage
|
||||
SUBDIR += blockout
|
||||
SUBDIR += blokish
|
||||
SUBDIR += bloodfrontier
|
||||
|
54
games/blockrage/Makefile
Normal file
54
games/blockrage/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
# New Ports collection makefile for: blockrage
|
||||
# Date created: 2012-04-28
|
||||
# Whom: nemysis@gmx.ch
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blockrage
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Block Rage is falling blocks game with a 2-player hotseat mode
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
USE_SDL= sdl image mixer
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/blockrage
|
||||
|
||||
MAN6= blockrage.6
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= ChangeLog KNOWN_BUGS README TODO
|
||||
|
||||
do-install:
|
||||
# Scripts
|
||||
@${PRINTF} "#!/bin/sh\n\ncd ${DATADIR} &&\
|
||||
./blockrage\n" > ${WRKDIR}/blockrage.sh
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/blockrage.sh ${PREFIX}/bin/blockrage
|
||||
# Executable
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/blockrage ${DATADIR}
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
|
||||
# Data
|
||||
.for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
|
||||
.endfor
|
||||
|
||||
# Documentations
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/blockrage/distinfo
Normal file
2
games/blockrage/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (blockrage-0.2.3.tar.gz) = f9722e519fb74be2ecb9377fd2470c94382088a67df33acea215fd0a5a0b4cb6
|
||||
SIZE (blockrage-0.2.3.tar.gz) = 75620
|
13
games/blockrage/files/patch-configure
Normal file
13
games/blockrage/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
--- configure.orig 2005-10-24 21:47:16.000000000 +0200
|
||||
+++ configure 2012-05-03 01:41:10.000000000 +0200
|
||||
@@ -39,8 +39,8 @@
|
||||
#SOUND_OPT=-DNOSOUND
|
||||
SOUND_OPT=
|
||||
|
||||
-MYCC=gcc
|
||||
-MYCFLAGS='-s -O2 -Wall `sdl-config --cflags`'" $SOUND_OPT -DSYSCONFDIR=\\\"\${sysconfdir}/\${progname}\\\""
|
||||
+MYCC=
|
||||
+MYCFLAGS='-s `sdl-config --cflags`'" $SOUND_OPT -DSYSCONFDIR=\\\"\${sysconfdir}/\${progname}\\\""
|
||||
|
||||
if test -z "$CC" ; then
|
||||
CC="$MYCC";
|
5
games/blockrage/pkg-descr
Normal file
5
games/blockrage/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Block Rage is falling blocks game with a 2-player hotseat mode,
|
||||
detailed graphics and animated plasmatic backgrounds.
|
||||
It is a remake of the awesome DOS classic Xixit.
|
||||
|
||||
WWW: http://blockrage.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user