Update to version 0.0.10
PR: ports/76761 Submitted by: Ports Fury
This commit is contained in:
parent
d45c304e3c
commit
ffa0788573
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127535
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ggz-txt-client
|
||||
PORTVERSION= 0.0.9
|
||||
PORTVERSION= 0.0.10
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
||||
|
@ -15,18 +15,18 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The GGZ Gaming Zone - Console (Text) Frontend
|
||||
|
||||
LIB_DEPENDS= ggzcore.5:${PORTSDIR}/games/ggz-client-libs
|
||||
LIB_DEPENDS= ggzcore.6:${PORTSDIR}/games/ggz-client-libs
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
MAN6= ggz-txt.6
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ggz-txt-client-0.0.9.tar.gz) = c9ef37dd4b8c2679f9136cdf4f714b76
|
||||
SIZE (ggz-txt-client-0.0.9.tar.gz) = 132926
|
||||
MD5 (ggz-txt-client-0.0.10.tar.gz) = fd47f3432a79594edb74b5d4b17178dd
|
||||
SIZE (ggz-txt-client-0.0.10.tar.gz) = 147750
|
||||
|
|
Loading…
Reference in a new issue