[Midnightbsd-cvs] mports [24822] trunk/games/grubik: fix makefile

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 27 11:49:41 EST 2019


Revision: 24822
          http://svnweb.midnightbsd.org/mports/?rev=24822
Author:   laffer1
Date:     2019-01-27 11:49:40 -0500 (Sun, 27 Jan 2019)
Log Message:
-----------
fix makefile

Modified Paths:
--------------
    trunk/games/grubik/Makefile

Added Paths:
-----------
    trunk/games/grubik/files/
    trunk/games/grubik/files/patch-GNUmakefile

Modified: trunk/games/grubik/Makefile
===================================================================
--- trunk/games/grubik/Makefile	2019-01-27 16:48:23 UTC (rev 24821)
+++ trunk/games/grubik/Makefile	2019-01-27 16:49:40 UTC (rev 24822)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grubik
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	games gnustep
 MASTER_SITES=	http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
 DISTNAME=	GRubik
@@ -17,8 +18,6 @@
 
 post-patch:
 	${RM} -rf ${WRKSRC}/GRubik.app/ix86
-	${REINPLACE_CMD} -e 's|^//|# //|' \
-		-e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
 
 post-install:
 	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik

Added: trunk/games/grubik/files/patch-GNUmakefile
===================================================================
--- trunk/games/grubik/files/patch-GNUmakefile	                        (rev 0)
+++ trunk/games/grubik/files/patch-GNUmakefile	2019-01-27 16:49:40 UTC (rev 24822)
@@ -0,0 +1,21 @@
+--- GNUmakefile.orig	2017-08-13 19:04:30 UTC
++++ GNUmakefile
+@@ -1,8 +1,3 @@
+-
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+-
+-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
+-
+ include $(GNUSTEP_MAKEFILES)/common.make
+ 
+ # The application to be compiled
+@@ -16,9 +11,6 @@ GRubik_OBJC_FILES = main.m  \
+ 
+ SHARED_CFLAGS     += -g
+ 
+-# The Resource files to be copied into the app's resources directory
+-// GRubik_RESOURCE_FILES = Icons/*
+-
+ -include GNUmakefile.preamble
+ 
+ -include GNUmakefile.local


Property changes on: trunk/games/grubik/files/patch-GNUmakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list