2003-10-09 03:47:02 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: ggz-txt-client
|
|
|
|
# Date created: Oct 8, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ggz-txt-client
|
2005-10-13 21:18:47 +02:00
|
|
|
PORTVERSION= 0.0.12
|
2003-10-09 03:47:02 +02:00
|
|
|
CATEGORIES= games
|
2005-10-13 21:18:47 +02:00
|
|
|
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
|
|
|
|
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
|
2004-02-14 14:20:36 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
2003-10-09 03:47:02 +02:00
|
|
|
|
2005-11-04 15:46:25 +01:00
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
2003-10-09 03:47:02 +02:00
|
|
|
COMMENT= The GGZ Gaming Zone - Console (Text) Frontend
|
|
|
|
|
2005-10-13 21:18:47 +02:00
|
|
|
LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs
|
2003-10-09 03:47:02 +02:00
|
|
|
|
2004-02-14 14:20:36 +01:00
|
|
|
USE_GNOME= gnometarget
|
2003-10-09 03:47:02 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2005-01-28 10:58:13 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-02-14 14:20:36 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2003-10-09 03:47:02 +02:00
|
|
|
CONFIGURE_ARGS= --disable-debug
|
|
|
|
|
|
|
|
MAN6= ggz-txt.6
|
|
|
|
|
2004-02-14 14:20:36 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
2005-01-28 10:58:13 +01:00
|
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2004-02-14 14:20:36 +01:00
|
|
|
|
2003-10-09 03:47:02 +02:00
|
|
|
.include <bsd.port.mk>
|