mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add ggz-txt-client 0.0.7
The GGZ Gaming Zone - Console (Text) Frontend
This commit is contained in:
parent
c00e6d0d8b
commit
88653deefe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90676
@ -119,6 +119,7 @@
|
||||
SUBDIR += gcompris2
|
||||
SUBDIR += gemdropx
|
||||
SUBDIR += ggz-client-libs
|
||||
SUBDIR += ggz-txt-client
|
||||
SUBDIR += gl-117
|
||||
SUBDIR += glasteroids
|
||||
SUBDIR += glchess
|
||||
|
30
games/ggz-txt-client/Makefile
Normal file
30
games/ggz-txt-client/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: ggz-txt-client
|
||||
# Date created: Oct 8, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ggz-txt-client
|
||||
PORTVERSION= 0.0.7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ggz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The GGZ Gaming Zone - Console (Text) Frontend
|
||||
|
||||
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
|
||||
ggz.1:${PORTSDIR}/games/libggz \
|
||||
ggzcore.3:${PORTSDIR}/games/ggz-clientp-libs
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
MAN6= ggz-txt.6
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/ggz-txt-client/distinfo
Normal file
1
games/ggz-txt-client/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ggz-txt-client-0.0.7.tar.gz) = 070f4706b016cbcdab1346a50bfb6093
|
5
games/ggz-txt-client/pkg-descr
Normal file
5
games/ggz-txt-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/
|
2
games/ggz-txt-client/pkg-plist
Normal file
2
games/ggz-txt-client/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/ggz-txt
|
||||
share/locale/de/LC_MESSAGES/ggz-txt.mo
|
Loading…
Reference in New Issue
Block a user