aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-20 15:45:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-20 15:45:54 +0000
commitf576c8887b305296fcceb343e462ff4ae1ae13a7 (patch)
tree75e4b2a2f7d2921247f1727f059ce3c2b5bdb5f3 /games
parent830746db9be5c14db4b096e2731ed4f45ab5993d (diff)
downloadports-f576c8887b305296fcceb343e462ff4ae1ae13a7.tar.gz
ports-f576c8887b305296fcceb343e462ff4ae1ae13a7.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/bubbros/Makefile8
-rw-r--r--games/bubbros/pkg-descr1
2 files changed, 5 insertions, 4 deletions
diff --git a/games/bubbros/Makefile b/games/bubbros/Makefile
index fa391c9e0118..50eb59035a6f 100644
--- a/games/bubbros/Makefile
+++ b/games/bubbros/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bubbros
PORTVERSION= 1.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/bub-n-bros/bub-n-bros/${PORTVERSION}
DIST_SUBDIR= python
@@ -17,7 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYGAME}
BUILD_DEPENDS= ${PYGAME}
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= BubBob.py
+USE_XORG= x11 xext
PORTDOCS= *.html
@@ -45,8 +47,6 @@ do-build:
.endfor
do-install:
- @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
- ${WRKDIR}/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.for d in bubbob common display http2 java metaserver
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
diff --git a/games/bubbros/pkg-descr b/games/bubbros/pkg-descr
index 29ee447201c2..f9dd3f9c3ece 100644
--- a/games/bubbros/pkg-descr
+++ b/games/bubbros/pkg-descr
@@ -1,4 +1,5 @@
n-multiplayer crazy clone of the famous Bubble Bobble game
+
Features:
* Same gameplay as the famous McSebi's Bub & Bob.
* Network game: 1 to 3 players per machine, up to 7 players in total.