[pokemmo] 10/12: Updated makefile

Carlos Donizete Froes coringao-guest at moszumanska.debian.org
Wed Dec 27 21:38:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

coringao-guest pushed a commit to branch master
in repository pokemmo.

commit 78f2c7e291a9fed4ff7c50b084f751545277a3c8
Author: Carlos Donizete Froes <coringao at riseup.net>
Date:   Wed Dec 27 19:15:08 2017 -0200

    Updated makefile
    
    Signed-off-by: Carlos Donizete Froes <coringao at riseup.net>
---
 Makefile | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index ae67071..1a91fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,24 @@
 ###############################################################################
 #	(c) Copyright holder 2012-2017 PokeMMO.eu <linux at pokemmo.eu>
-#	- The permitted usage of the PokeMMO game client is defined by
-#	a non-free license. Visit https://pokemmo.eu/tos
+#	(c) Copyright 2017 Carlos Donizete Froes [a.k.a coringao]
 #
-#	(c) Copyright 2017 Launcher created by Carlos Donizete Froes
-#	This is free software, licensed under the GPL-3 license.
+#	This file is part of PokeMMO, is an emulator of several popular
+#	console games with additional features and multiplayer capabilities.
+#
+#	Use of this file is governed by a GPLv3 license that can be found
+#	in the LICENSE file.
+#	This program is released under the GPL with the additional exemption
+#	that compiling, linking and/or using OpenSSL is allowed.
 ###############################################################################
 
 EXE = pokemmo
 SRCDIR = src
 PREFIX = $(DESTDIR)/usr
 BINDIR = $(PREFIX)/games
-GAMEDIR = $(PREFIX)/share/games
 ICNDIR = $(PREFIX)/share/pixmaps
 APPDIR = $(PREFIX)/share/applications
 
 SCRIPT = pokemmo.sh
-DATA = pokemmo_bootstrapper.jar
 ICON = pokemmo.png
 DESKTOP = pokemmo.desktop
 
@@ -38,8 +40,6 @@ clean:
 install: all
 	@$(MD) "$(BINDIR)"
 	@$(CP) "$(EXE)" "$(BINDIR)"
-	@$(MD) "$(GAMEDIR)/$(EXE)"
-	@$(CP) "$(SRCDIR)/$(DATA)" "$(GAMEDIR)/$(EXE)"
 	@$(MD) "$(ICNDIR)"
 	@$(CP) "$(SRCDIR)/$(ICON)" "$(ICNDIR)"
 	@$(MD) "$(APPDIR)"
@@ -48,7 +48,6 @@ install: all
 
 uninstall: clean
 	@$(RM) "$(BINDIR)/$(EXE)"
-	@$(RM) "$(GAMEDIR)/$(EXE)"
 	@$(RM) "$(ICNDIR)/$(ICON)"
 	@$(RM) "$(APPDIR)/$(DESKTOP)"
 	@$(ECHO) "Successfully removed"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pokemmo.git



More information about the Pkg-games-commits mailing list