1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/ggz-txt-client/Makefile
Kirill Ponomarev 974048e966 Update to version 0.0.9
PR:		ports/69295
Submitted by:	Ports Fury
2004-07-19 18:02:38 +00:00

33 lines
742 B
Makefile

# 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.9
CATEGORIES= games
MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
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
USE_GNOME= gnometarget
USE_GETOPT_LONG= yes
USE_GETTEXT= yes
USE_LIBTOOL_VER= 15
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}
.include <bsd.port.mk>