aboutsummaryrefslogtreecommitdiff
path: root/games/smashbattle
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-01 09:33:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-01 09:33:53 +0000
commiteca82c6b52a3a9e8e3f35c4c6e73c51c32e94f1d (patch)
treebd19ce53b0b9a106f0e405d61291684bfe6d047e /games/smashbattle
parent1119da5753878a5b9e7c0358a0f0dd4e4bb268e2 (diff)
downloadports-eca82c6b52a3a9e8e3f35c4c6e73c51c32e94f1d.tar.gz
ports-eca82c6b52a3a9e8e3f35c4c6e73c51c32e94f1d.zip
- Add LICENSE
- Cosmetic fixes - Update WWW
Notes
Notes: svn path=/head/; revision=468760
Diffstat (limited to 'games/smashbattle')
-rw-r--r--games/smashbattle/Makefile6
-rw-r--r--games/smashbattle/pkg-descr2
2 files changed, 5 insertions, 3 deletions
diff --git a/games/smashbattle/Makefile b/games/smashbattle/Makefile
index 74381f1224be..ab5679d7b1e1 100644
--- a/games/smashbattle/Makefile
+++ b/games/smashbattle/Makefile
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= 8-bit style platform battle game
+LICENSE= NONE
+
WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle
EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME}
@@ -19,11 +21,11 @@ DOS2UNIX_FILES= *.cpp *.h Makefile
USE_SDL= sdl image mixer
ALL_TARGET= battle
+SUB_FILES= ${PORTNAME}
+
pre-extract:
@${MKDIR} ${WRKDIR}/${DISTNAME}
-SUB_FILES= ${PORTNAME}
-
post-patch:
@${REINPLACE_CMD} -e 's|CC=|CC?=|; \
s|CFLAGS=-c -Wall|CFLAGS += $$(shell sdl-config --cflags) -c -Wall|; \
diff --git a/games/smashbattle/pkg-descr b/games/smashbattle/pkg-descr
index a365d9a68f29..9b4159390721 100644
--- a/games/smashbattle/pkg-descr
+++ b/games/smashbattle/pkg-descr
@@ -3,4 +3,4 @@ three or four player face off against each other.
The game was inspired by the mario battle minigame from mario 3
when we started developing, but changed a lot over time.
-WWW: http://smashbattle.demontpx.com/
+WWW: https://smashbattle.demontpx.com/