# New ports collection makefile for:	gmime
# Date created:			14 Apr 2001
# Whom:				Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD: ports/mail/gmail/Makefile,v 1.6 2002/12/02 00:40:48 kris Exp $
#

PORTNAME=	gmail
PORTVERSION=	0.7.0
CATEGORIES=	mail
MASTER_SITES=	http://gmail.linuxpower.org/

MAINTAINER=	baskruit@bsltwr.dnsalias.org

LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
		gmime.6:${PORTSDIR}/mail/gmime

USE_X_PREFIX=	YES
USE_GMAKE=	YES
USE_GNOME=	YES
USE_LIBTOOL=	YES

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500000
BROKEN=		"Does not compile"
.endif

.include <bsd.port.post.mk>
