[Midnightbsd-cvs] mports [24878] trunk/games: add gnome games metaport
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 2 15:45:45 EST 2019
Revision: 24878
http://svnweb.midnightbsd.org/mports/?rev=24878
Author: laffer1
Date: 2019-02-02 15:45:44 -0500 (Sat, 02 Feb 2019)
Log Message:
-----------
add gnome games metaport
Modified Paths:
--------------
trunk/games/Makefile
Added Paths:
-----------
trunk/games/gnome-games/
trunk/games/gnome-games/Makefile
trunk/games/gnome-games/pkg-descr
Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile 2019-02-02 20:45:06 UTC (rev 24877)
+++ trunk/games/Makefile 2019-02-02 20:45:44 UTC (rev 24878)
@@ -16,6 +16,7 @@
SUBDIR += ggz-client-libs
SUBDIR += gmastermind
SUBDIR += gmines
+SUBDIR += gnome-games
SUBDIR += gnugo
SUBDIR += gnustep-ladder
SUBDIR += gnustep-sudoku
Added: trunk/games/gnome-games/Makefile
===================================================================
--- trunk/games/gnome-games/Makefile (rev 0)
+++ trunk/games/gnome-games/Makefile 2019-02-02 20:45:44 UTC (rev 24878)
@@ -0,0 +1,38 @@
+# $MidnightBSD$
+
+PORTNAME= gnome-games
+PORTVERSION= 3.24.0
+CATEGORIES= games gnome
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Gnome games meta port
+
+LICENSE= agg
+
+NO_BUILD= yes
+
+RUN_DEPENDS= five-or-more:games/five-or-more \
+ atomix:games/atomix \
+ four-in-a-row:games/four-in-a-row \
+ gnome-2048:games/gnome-2048 \
+ gnome-chess:games/gnome-chess \
+ gnome-klotski:games/gnome-klotski \
+ gnome-mahjongg:games/gnome-mahjongg \
+ gnome-mines:games/gnome-mines \
+ gnome-nibbles:games/gnome-nibbles \
+ gnome-robots:games/gnome-robots \
+ gnome-sudoku:games/gnome-sudoku \
+ gnome-taquin:games/gnome-taquin \
+ gnome-tetravex:games/gnome-tetravex \
+ hitori:games/hitori \
+ iagno:games/iagno \
+ lightsoff:games/lightsoff \
+ quadrapassel:games/quadrapassel \
+ aisleriot>=0:games/aisleriot \
+ swell-foop:games/swell-foop \
+ tali:games/tali
+
+do-install:
+ ${MKDIR} ${WRKSRC}
+
+.include <bsd.port.mk>
Property changes on: trunk/games/gnome-games/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/games/gnome-games/pkg-descr
===================================================================
--- trunk/games/gnome-games/pkg-descr (rev 0)
+++ trunk/games/gnome-games/pkg-descr 2019-02-02 20:45:44 UTC (rev 24878)
@@ -0,0 +1 @@
+The GNOME Desktop Enviroment's games applications "meta" package.
Property changes on: trunk/games/gnome-games/pkg-descr
___________________________________________________________________
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