diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-10-28 10:48:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-10-28 10:48:25 +0000 |
commit | b41d9b2612f0bef27ea5e82e57652bdf50112aff (patch) | |
tree | 29e85c85c1e30da432a1e4e5f65a5c12a2bb244b | |
parent | 701c624b42a90c6caf77fce22bb162ac3dfc4159 (diff) | |
download | ports-b41d9b2612f0bef27ea5e82e57652bdf50112aff.tar.gz ports-b41d9b2612f0bef27ea5e82e57652bdf50112aff.zip |
Notes
-rw-r--r-- | games/bloboats/Makefile | 8 | ||||
-rw-r--r-- | games/bloboats/distinfo | 5 | ||||
-rw-r--r-- | games/bloboats/files/patch-Makefile | 8 | ||||
-rw-r--r-- | games/bloboats/pkg-descr | 2 |
4 files changed, 15 insertions, 8 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 65aa6bc5d9ad..23e78a4923cc 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -3,18 +3,24 @@ PORTNAME= bloboats PORTVERSION= 1.0.2 +DISTVERSIONSUFFIX= -source PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ +MASTER_SITES= http://bloboats.dy.fi/mirror/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/copying.txt + USES= gmake USE_SDL= mixer image net sdl USE_GL= gl glu MAKE_ENV+= DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + .include <bsd.port.mk> diff --git a/games/bloboats/distinfo b/games/bloboats/distinfo index 338dd9475b63..553bd5dc898f 100644 --- a/games/bloboats/distinfo +++ b/games/bloboats/distinfo @@ -1,2 +1,3 @@ -SHA256 (bloboats-1.0.2.tar.gz) = 4aa5cbba7bae4471daefc6ba058cf6a84c62a4c06cd104a525f9ea1108787ccd -SIZE (bloboats-1.0.2.tar.gz) = 7592902 +TIMESTAMP = 1477651466 +SHA256 (bloboats-1.0.2-source.tar.gz) = 4aa5cbba7bae4471daefc6ba058cf6a84c62a4c06cd104a525f9ea1108787ccd +SIZE (bloboats-1.0.2-source.tar.gz) = 7592902 diff --git a/games/bloboats/files/patch-Makefile b/games/bloboats/files/patch-Makefile index 03c4c7af052a..7a6dd4ac88e5 100644 --- a/games/bloboats/files/patch-Makefile +++ b/games/bloboats/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2010-11-23 20:27:16.000000000 +0100 -+++ ./Makefile 2013-10-28 13:29:56.337790819 +0100 +--- Makefile.orig 2010-11-23 19:27:16 UTC ++++ Makefile @@ -7,16 +7,13 @@ ### Installation directory (Installation prefix) # If you don't have root privileges, set this to /home/tentacleman/bloboats/ @@ -18,7 +18,7 @@ CONFIGDIR = $(PREFIX)/etc PRIVATEDIR = ~/.bloboats -@@ -53,13 +50,13 @@ +@@ -53,13 +50,13 @@ ICON_CMD = i586-mingw32msvc-windres -i s ### C++ compiler to be used @@ -34,7 +34,7 @@ ### SDL-Config in your system -@@ -154,14 +151,14 @@ +@@ -154,14 +151,14 @@ config: echo "#define DEBUG $(DEBUG)" >> src/compiling_settings.h install: diff --git a/games/bloboats/pkg-descr b/games/bloboats/pkg-descr index 92bef8fb45c8..15f81fb6cd42 100644 --- a/games/bloboats/pkg-descr +++ b/games/bloboats/pkg-descr @@ -1,4 +1,4 @@ Bloboats is a boat racing game in the spirit of Elasto Mania or X-Moto. It introduces a handful of elements from Super Mario Bros-like games. -WWW: http://freecode.com/projects/bloboats +WWW: http://bloboats.dy.fi/about.php |