mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Fix license
- Switch to USES=localbase - makeparch - Take maintainership
This commit is contained in:
parent
c903b3077b
commit
4f13a57d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426724
7 changed files with 15 additions and 18 deletions
|
@ -7,19 +7,16 @@ PORTREVISION= 14
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Small space build and conquer strategy game
|
COMMENT= Small space build and conquer strategy game
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake
|
USES= gmake localbase
|
||||||
USE_SDL= sdl gfx ttf image
|
USE_SDL= sdl gfx ttf image
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
|
@${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
|
||||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/menumanager.h.orig Thu Sep 20 22:01:32 2007
|
--- src/menumanager.h.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/menumanager.h Thu Sep 20 21:58:13 2007
|
+++ src/menumanager.h
|
||||||
@@ -7,6 +7,8 @@
|
@@ -7,6 +7,8 @@
|
||||||
#ifndef MENUMANAGER_H
|
#ifndef MENUMANAGER_H
|
||||||
#define MENUMANAGER_H
|
#define MENUMANAGER_H
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/lisp/lexer.cpp.orig 2007-09-14 09:43:03.000000000 +0400
|
--- src/lisp/lexer.cpp.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/lisp/lexer.cpp 2015-03-27 02:52:52.633169000 +0300
|
+++ src/lisp/lexer.cpp
|
||||||
@@ -19,6 +19,8 @@
|
@@ -19,6 +19,8 @@
|
||||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/lisp/lisp.cpp.orig 2007-09-14 09:43:03.000000000 +0400
|
--- src/lisp/lisp.cpp.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/lisp/lisp.cpp 2015-03-27 02:52:43.801343000 +0300
|
+++ src/lisp/lisp.cpp
|
||||||
@@ -17,6 +17,8 @@
|
@@ -17,6 +17,8 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program; if not, write to the Free Software
|
// along with this program; if not, write to the Free Software
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/lisp/parser.cpp.orig 2007-09-14 09:43:03.000000000 +0400
|
--- src/lisp/parser.cpp.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/lisp/parser.cpp 2015-03-27 02:51:42.723015000 +0300
|
+++ src/lisp/parser.cpp
|
||||||
@@ -20,6 +20,7 @@
|
@@ -20,6 +20,7 @@
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/sdl_driver.cpp.orig 2007-09-14 09:43:03.000000000 +0400
|
--- src/sdl_driver.cpp.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/sdl_driver.cpp 2015-03-27 02:55:29.588996000 +0300
|
+++ src/sdl_driver.cpp
|
||||||
@@ -5,6 +5,7 @@
|
@@ -5,6 +5,7 @@
|
||||||
#include <SDL/SDL.h>
|
#include <SDL/SDL.h>
|
||||||
#include <SDL/SDL_ttf.h>
|
#include <SDL/SDL_ttf.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/videooptions.cpp.orig 2015-03-27 02:53:21.432311000 +0300
|
--- src/videooptions.cpp.orig 2007-09-14 05:43:03 UTC
|
||||||
+++ src/videooptions.cpp 2015-03-27 02:53:29.960147000 +0300
|
+++ src/videooptions.cpp
|
||||||
@@ -1,5 +1,6 @@
|
@@ -1,5 +1,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
Loading…
Add table
Reference in a new issue