aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-11-21 22:52:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-11-21 22:52:46 +0800
commit0cbafb9b00e55cf07c2487037e534f421ea29ee3 (patch)
tree0dd168770ec9a5f8139d5e47e1db493d089827ab /games
parent5bb18d33cf451e15e36ed6c005d9162f832a74a3 (diff)
downloadfreebsd-ports-graphics-0cbafb9b00e55cf07c2487037e534f421ea29ee3.tar.gz
freebsd-ports-graphics-0cbafb9b00e55cf07c2487037e534f421ea29ee3.tar.zst
freebsd-ports-graphics-0cbafb9b00e55cf07c2487037e534f421ea29ee3.zip
- Fix license
- Switch to USES=localbase - makeparch - Take maintainership
Diffstat (limited to 'games')
-rw-r--r--games/qonk/Makefile9
-rw-r--r--games/qonk/files/patch-src-menumanager.h4
-rw-r--r--games/qonk/files/patch-src_lisp_lexer.cpp4
-rw-r--r--games/qonk/files/patch-src_lisp_lisp.cpp4
-rw-r--r--games/qonk/files/patch-src_lisp_parser.cpp4
-rw-r--r--games/qonk/files/patch-src_sdl__driver.cpp4
-rw-r--r--games/qonk/files/patch-src_videooptions.cpp4
7 files changed, 15 insertions, 18 deletions
diff --git a/games/qonk/Makefile b/games/qonk/Makefile
index 38e86536788..9997d1c0bb3 100644
--- a/games/qonk/Makefile
+++ b/games/qonk/Makefile
@@ -7,19 +7,16 @@ PORTREVISION= 14
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Small space build and conquer strategy game
-LICENSE= GPLv2
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake localbase
USE_SDL= sdl gfx ttf image
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
post-patch:
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
diff --git a/games/qonk/files/patch-src-menumanager.h b/games/qonk/files/patch-src-menumanager.h
index 920d5d43943..ec51d9b56aa 100644
--- a/games/qonk/files/patch-src-menumanager.h
+++ b/games/qonk/files/patch-src-menumanager.h
@@ -1,5 +1,5 @@
---- src/menumanager.h.orig Thu Sep 20 22:01:32 2007
-+++ src/menumanager.h Thu Sep 20 21:58:13 2007
+--- src/menumanager.h.orig 2007-09-14 05:43:03 UTC
++++ src/menumanager.h
@@ -7,6 +7,8 @@
#ifndef MENUMANAGER_H
#define MENUMANAGER_H
diff --git a/games/qonk/files/patch-src_lisp_lexer.cpp b/games/qonk/files/patch-src_lisp_lexer.cpp
index 5b7df9e7bc6..09e35702925 100644
--- a/games/qonk/files/patch-src_lisp_lexer.cpp
+++ b/games/qonk/files/patch-src_lisp_lexer.cpp
@@ -1,5 +1,5 @@
---- src/lisp/lexer.cpp.orig 2007-09-14 09:43:03.000000000 +0400
-+++ src/lisp/lexer.cpp 2015-03-27 02:52:52.633169000 +0300
+--- src/lisp/lexer.cpp.orig 2007-09-14 05:43:03 UTC
++++ src/lisp/lexer.cpp
@@ -19,6 +19,8 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <sstream>
diff --git a/games/qonk/files/patch-src_lisp_lisp.cpp b/games/qonk/files/patch-src_lisp_lisp.cpp
index e2fa3f9ebc0..66ba0dddee9 100644
--- a/games/qonk/files/patch-src_lisp_lisp.cpp
+++ b/games/qonk/files/patch-src_lisp_lisp.cpp
@@ -1,5 +1,5 @@
---- src/lisp/lisp.cpp.orig 2007-09-14 09:43:03.000000000 +0400
-+++ src/lisp/lisp.cpp 2015-03-27 02:52:43.801343000 +0300
+--- src/lisp/lisp.cpp.orig 2007-09-14 05:43:03 UTC
++++ src/lisp/lisp.cpp
@@ -17,6 +17,8 @@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
diff --git a/games/qonk/files/patch-src_lisp_parser.cpp b/games/qonk/files/patch-src_lisp_parser.cpp
index 0fff0098fe4..e9f0cfa9d82 100644
--- a/games/qonk/files/patch-src_lisp_parser.cpp
+++ b/games/qonk/files/patch-src_lisp_parser.cpp
@@ -1,5 +1,5 @@
---- src/lisp/parser.cpp.orig 2007-09-14 09:43:03.000000000 +0400
-+++ src/lisp/parser.cpp 2015-03-27 02:51:42.723015000 +0300
+--- src/lisp/parser.cpp.orig 2007-09-14 05:43:03 UTC
++++ src/lisp/parser.cpp
@@ -20,6 +20,7 @@
#include <sstream>
#include <stdexcept>
diff --git a/games/qonk/files/patch-src_sdl__driver.cpp b/games/qonk/files/patch-src_sdl__driver.cpp
index d7a80993d89..71dc161cfff 100644
--- a/games/qonk/files/patch-src_sdl__driver.cpp
+++ b/games/qonk/files/patch-src_sdl__driver.cpp
@@ -1,5 +1,5 @@
---- src/sdl_driver.cpp.orig 2007-09-14 09:43:03.000000000 +0400
-+++ src/sdl_driver.cpp 2015-03-27 02:55:29.588996000 +0300
+--- src/sdl_driver.cpp.orig 2007-09-14 05:43:03 UTC
++++ src/sdl_driver.cpp
@@ -5,6 +5,7 @@
#include <SDL/SDL.h>
#include <SDL/SDL_ttf.h>
diff --git a/games/qonk/files/patch-src_videooptions.cpp b/games/qonk/files/patch-src_videooptions.cpp
index cccc5c8e0c5..b2fd7a21ca1 100644
--- a/games/qonk/files/patch-src_videooptions.cpp
+++ b/games/qonk/files/patch-src_videooptions.cpp
@@ -1,5 +1,5 @@
---- src/videooptions.cpp.orig 2015-03-27 02:53:21.432311000 +0300
-+++ src/videooptions.cpp 2015-03-27 02:53:29.960147000 +0300
+--- src/videooptions.cpp.orig 2007-09-14 05:43:03 UTC
++++ src/videooptions.cpp
@@ -1,5 +1,6 @@
#include <vector>
#include <sstream>