mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
add ggz-gtk-client 0.0.12
the GGZ Gaming Zone - GTK+ Frontend PR: 88144 Submitted by: yinjieh@csie.nctu.edu.tw
This commit is contained in:
parent
ca6a980efc
commit
2be2c9f439
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147217
@ -191,6 +191,7 @@
|
||||
SUBDIR += geki3
|
||||
SUBDIR += gemdropx
|
||||
SUBDIR += ggz-client-libs
|
||||
SUBDIR += ggz-gtk-client
|
||||
SUBDIR += ggz-txt-client
|
||||
SUBDIR += gl-117
|
||||
SUBDIR += glasteroids
|
||||
|
33
games/ggz-gtk-client/Makefile
Normal file
33
games/ggz-gtk-client/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: ggz-gtk-client
|
||||
# Date created: Oct 22, 2005
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ggz-gtk-client
|
||||
PORTVERSION= 0.0.12
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
|
||||
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
||||
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
||||
COMMENT= The GGZ Gaming Zone - GTK+ Frontend
|
||||
|
||||
LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs
|
||||
|
||||
USE_GNOME= gnometarget gtk20
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
MAN6= ggz-gtk.6
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/ggz-gtk-client/distinfo
Normal file
2
games/ggz-gtk-client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ggz-gtk-client-0.0.12.tar.gz) = 2f185fd3e1520b2a1fb185ed30be3292
|
||||
SIZE (ggz-gtk-client-0.0.12.tar.gz) = 719923
|
5
games/ggz-gtk-client/pkg-descr
Normal file
5
games/ggz-gtk-client/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This core client is not only useful for environments where no
|
||||
graphical desktop is available, but does also serve as a reference
|
||||
implementation of the ggzcore functionality.
|
||||
|
||||
WWW: http://www.ggzgamingzone.org/
|
25
games/ggz-gtk-client/pkg-plist
Normal file
25
games/ggz-gtk-client/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
bin/ggz-gtk
|
||||
share/applications/ggz-gtk.desktop
|
||||
share/ggz/ggz-gtk/about_bg.png
|
||||
share/ggz/ggz-gtk/ggz_gtk_admin.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_guest.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_registered.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_bot.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag0.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag1.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag2.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag3.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag4.svg
|
||||
share/ggz/ggz-gtk/ggz_gtk_lag5.svg
|
||||
share/ggz/ggz-gtk/help/ggz-gtk-handbook.html
|
||||
share/ggz/ggz-gtk/help/ggz-gtk-login.png
|
||||
share/ggz/ggz-gtk/help/ggz-gtk-chat.png
|
||||
share/ggz/ggz-gtk/help/ggz-gtk-launch.png
|
||||
share/locale/de/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/es/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
|
||||
share/locale/sv/LC_MESSAGES/ggz-gtk.mo
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
@dirrm share/ggz/ggz-gtk/help
|
||||
@dirrm share/ggz/ggz-gtk
|
||||
@unexec rmdir %D/share/ggz 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user