diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/ggz-gtk-games/Makefile | 20 | ||||
-rw-r--r-- | games/ggz-gtk-games/distinfo | 6 | ||||
-rw-r--r-- | games/ggz-gtk-games/pkg-descr | 16 | ||||
-rw-r--r-- | games/ggz-gtk-games/pkg-plist | 22 |
4 files changed, 47 insertions, 17 deletions
diff --git a/games/ggz-gtk-games/Makefile b/games/ggz-gtk-games/Makefile index 8c16d02..e25b875 100644 --- a/games/ggz-gtk-games/Makefile +++ b/games/ggz-gtk-games/Makefile @@ -7,12 +7,12 @@ # PORTNAME= ggz-gtk-games -PORTVERSION= 0.0.12 -PORTREVISION= 1 +PORTVERSION= 0.0.13 CATEGORIES= games MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} +DIST_SUBDIR= ggz MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - GTK+ Games @@ -31,4 +31,18 @@ CONFIGURE_ARGS= --disable-debug CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.mk> +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= depends on libggz which does not build on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/games/ggz-gtk-games/distinfo b/games/ggz-gtk-games/distinfo index d3407ff..c7db61f 100644 --- a/games/ggz-gtk-games/distinfo +++ b/games/ggz-gtk-games/distinfo @@ -1,3 +1,3 @@ -MD5 (ggz-gtk-games-0.0.12.tar.gz) = df97025c43e92fd2bfe3cef0c77dc1ca -SHA256 (ggz-gtk-games-0.0.12.tar.gz) = 57456c0a172ad561f2ec0537dc5c866c7c4228d3556620350d6eae3a77be1126 -SIZE (ggz-gtk-games-0.0.12.tar.gz) = 1610452 +MD5 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 7c055af049f523f0956b012e4b54b7c5 +SHA256 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 08ec15eb3c9ebd7dd71da33c20ef419992da777799bf485d95ad6e0c22f63562 +SIZE (ggz/ggz-gtk-games-0.0.13.tar.gz) = 1615436 diff --git a/games/ggz-gtk-games/pkg-descr b/games/ggz-gtk-games/pkg-descr index 8194689..5cabad5 100644 --- a/games/ggz-gtk-games/pkg-descr +++ b/games/ggz-gtk-games/pkg-descr @@ -1,6 +1,22 @@ +======================================= +The GGZ Gaming Zone - GTK+ Game Modules +======================================= + GGZ Gaming Zone GTK+ Game Modules provide the game executables, graphics, and data for a number of popular (and unique) network games. These games are coded for version 2.X of GTK+, but many of them are also available using different graphical interfaces. +This version of the GTK+ Game Modules (0.0.13) requires version 0.0.13 +of the ggz-client-libs. + +The GTK+ Game Modules are only one part of the GGZ Gaming Zone +client setup. The following additional modules are required: + * libggz - provides commonly used functions and low-level + communications between client modules and the GGZ servers + * ggz-client-libs - provides common procedures and utilites required + to run the GGZ client and games + * gtk-client/kde-client - one or more of the GGZ clients will be + required in order to login to a server, chat and launch games + WWW: http://www.ggzgamingzone.org/ diff --git a/games/ggz-gtk-games/pkg-plist b/games/ggz-gtk-games/pkg-plist index 846370f..5bd62e1 100644 --- a/games/ggz-gtk-games/pkg-plist +++ b/games/ggz-gtk-games/pkg-plist @@ -99,17 +99,16 @@ share/ggz/reversi/pixmaps/enemydot.svg share/ggz/reversi/pixmaps/white.svg share/ggz/tictactoe/pixmaps/o.svg share/ggz/tictactoe/pixmaps/x.svg -share/locale/de/LC_MESSAGES/chess.mo -share/locale/de/LC_MESSAGES/chinese-checkers.mo -share/locale/de/LC_MESSAGES/combat.mo -share/locale/de/LC_MESSAGES/common.mo -share/locale/de/LC_MESSAGES/dots.mo -share/locale/de/LC_MESSAGES/ggzcards.mo -share/locale/de/LC_MESSAGES/hastings.mo -share/locale/de/LC_MESSAGES/reversi.mo -share/locale/de/LC_MESSAGES/spades.mo -share/locale/de/LC_MESSAGES/tictactoe.mo -@dirrm lib/ggz +%%NLS%%share/locale/de/LC_MESSAGES/chess.mo +%%NLS%%share/locale/de/LC_MESSAGES/chinese-checkers.mo +%%NLS%%share/locale/de/LC_MESSAGES/combat.mo +%%NLS%%share/locale/de/LC_MESSAGES/common.mo +%%NLS%%share/locale/de/LC_MESSAGES/dots.mo +%%NLS%%share/locale/de/LC_MESSAGES/ggzcards.mo +%%NLS%%share/locale/de/LC_MESSAGES/hastings.mo +%%NLS%%share/locale/de/LC_MESSAGES/reversi.mo +%%NLS%%share/locale/de/LC_MESSAGES/spades.mo +%%NLS%%share/locale/de/LC_MESSAGES/tictactoe.mo @dirrm share/ggz/tictactoe/pixmaps @dirrm share/ggz/tictactoe @dirrm share/ggz/reversi/pixmaps @@ -129,3 +128,4 @@ share/locale/de/LC_MESSAGES/tictactoe.mo @dirrm share/ggz/ccheckers/pixmaps/Dragon @dirrm share/ggz/ccheckers/pixmaps @dirrm share/ggz/ccheckers +@dirrmtry lib/ggz |