# New ports collection makefile for:	gyach
# Date created:				08 November 2003
# Whom:					Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD: ports/net-im/gyach/Makefile,v 1.21 2011/09/23 22:24:43 amdmi3 Exp $
#

PORTNAME=	gyach
PORTVERSION=	0.9.8
PORTREVISION=	8
CATEGORIES=	net-im
MASTER_SITES=	http://www4.infi.net/~cpinkham/gyach/code/

MAINTAINER?=	aaron@snaphat.com
COMMENT=	Gyach is a GTK+ based Yahoo! Chat client

GNU_CONFIGURE=	yes
LDFLAGS+=	${PTHREAD_LIBS}
CFLAGS+=	${PTHREAD_CFLAGS}
USE_GNOME=	gtk20

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		Does not compile on !i386
.endif

.include <bsd.port.post.mk>
